Skip to content

Commit

Permalink
Test commit permission
Browse files Browse the repository at this point in the history
Removing whitespace.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@295037 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
karka228 committed Feb 14, 2017
1 parent cf3a3e7 commit a1c11d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Transforms/Scalar/LoopUnswitch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit a1c11d2

Please sign in to comment.