forked from OSchip/llvm-project
parent
54411d5042
commit
4ba6cf69e4
|
@ -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