forked from OSchip/llvm-project
[MBP] Sink a comment into the if block to which it pertains. This makes
the content of the comment make much more sense. llvm-svn: 235007
This commit is contained in:
parent
9a512a48b2
commit
cfb2b9d755
|
@ -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…
Reference in New Issue