From: Karl-Johan Karlsson Date: Tue, 14 Feb 2017 07:31:36 +0000 (+0000) Subject: Test commit permission X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a1c11d29798a166cbfcfc619cc6f2ed48328f012;p=llvm Test commit permission Removing whitespace. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@295037 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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; }