Minor code cleanup. NFC.

llvm-svn: 263196
This commit is contained in:
Junmo Park 2016-03-11 05:07:07 +00:00
parent 54411d5042
commit 4ba6cf69e4
1 changed files with 1 additions and 1 deletions

View File

@ -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);