mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
Minor code cleanup. NFC.
llvm-svn: 263196
This commit is contained in:
parent
3221ed57e7
commit
9f73dd423e
@ -530,7 +530,7 @@ MachineBasicBlock *MachineBlockPlacement::selectBestCandidateBlock(
|
||||
BlockChain &SuccChain = *BlockToChain[MBB];
|
||||
if (&SuccChain == &Chain)
|
||||
continue;
|
||||
|
||||
|
||||
assert(SuccChain.UnscheduledPredecessors == 0 && "Found CFG-violating block");
|
||||
|
||||
BlockFrequency CandidateFreq = MBFI->getBlockFreq(MBB);
|
||||
|
Loading…
Reference in New Issue
Block a user