From a1c11d29798a166cbfcfc619cc6f2ed48328f012 Mon Sep 17 00:00:00 2001 From: Karl-Johan Karlsson Date: Tue, 14 Feb 2017 07:31:36 +0000 Subject: [PATCH] Test commit permission Removing whitespace. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@295037 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/Scalar/LoopUnswitch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Transforms/Scalar/LoopUnswitch.cpp b/lib/Transforms/Scalar/LoopUnswitch.cpp index d42119df3dc..cf6bbe11e8e 100644 --- a/lib/Transforms/Scalar/LoopUnswitch.cpp +++ b/lib/Transforms/Scalar/LoopUnswitch.cpp @@ -875,7 +875,7 @@ bool LoopUnswitch::TryTrivialLoopUnswitch(bool &Changed) { break; // Find the target block we are definitely going to. CurrentBB = SI->findCaseValue(Cond).getCaseSuccessor(); - } else { + } else { // We do not understand these terminator instructions. break; } -- 2.50.1