[BlockPlacement] Remove an unnecessary continue

NFC.

llvm-svn: 265407
This commit is contained in:
Haicheng Wu 2016-04-05 15:37:08 +00:00
parent d9f724e04a
commit 3618fa786f
1 changed files with 0 additions and 1 deletions

View File

@ -811,7 +811,6 @@ MachineBlockPlacement::findBestLoopExit(MachineFunction &F, MachineLoop &L,
// Restore the old exiting state, no viable looping successor was found.
ExitingBB = OldExitingBB;
BestExitEdgeFreq = OldBestExitEdgeFreq;
continue;
}
}
// Without a candidate exiting block or with only a single block in the