Test commit permission

Removing whitespace.

llvm-svn: 295037
This commit is contained in:
Karl-Johan Karlsson 2017-02-14 07:31:36 +00:00
parent 29b46f74f7
commit 38cbf5869d
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}