diff options
Diffstat (limited to 'llvm/lib/Transforms/Scalar/LoopUnswitch.cpp')
-rw-r--r-- | llvm/lib/Transforms/Scalar/LoopUnswitch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/LoopUnswitch.cpp b/llvm/lib/Transforms/Scalar/LoopUnswitch.cpp index d42119df3dc..cf6bbe11e8e 100644 --- a/llvm/lib/Transforms/Scalar/LoopUnswitch.cpp +++ b/llvm/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; } |