forked from OSchip/llvm-project
[BlockPlacement] Remove an unnecessary continue
NFC. llvm-svn: 265643
This commit is contained in:
parent
9ee4ddd710
commit
33c161c02f
|
@ -809,7 +809,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
|
||||
|
|
Loading…
Reference in New Issue