mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
[BlockPlacement] Remove an unnecessary continue
NFC. llvm-svn: 265643
This commit is contained in:
parent
5cb9cf6fef
commit
02cf614ca5
@ -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…
x
Reference in New Issue
Block a user