mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-14 06:37:33 +00:00
[MBP] Sink a comment into the if block to which it pertains. This makes
the content of the comment make much more sense. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235007 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ec07ff56b9
commit
016e977564
@ -724,8 +724,8 @@ MachineBlockPlacement::findBestLoopExit(MachineFunction &F, MachineLoop &L,
|
||||
}
|
||||
}
|
||||
|
||||
// Restore the old exiting state, no viable looping successor was found.
|
||||
if (!HasLoopingSucc) {
|
||||
// Restore the old exiting state, no viable looping successor was found.
|
||||
ExitingBB = OldExitingBB;
|
||||
BestExitEdgeFreq = OldBestExitEdgeFreq;
|
||||
continue;
|
||||
|
Loading…
x
Reference in New Issue
Block a user