forked from OSchip/llvm-project
parent
ae2ef4ccd4
commit
449cdfd00a
|
@ -1487,6 +1487,7 @@ void MachineBlockPlacement::buildCFGChains() {
|
|||
|
||||
// Splice the blocks into place.
|
||||
MachineFunction::iterator InsertPos = F->begin();
|
||||
DEBUG(dbgs() << "[MBP] Function: "<< F->getName() << "\n");
|
||||
for (MachineBasicBlock *ChainBB : FunctionChain) {
|
||||
DEBUG(dbgs() << (ChainBB == *FunctionChain.begin() ? "Placing chain "
|
||||
: " ... ")
|
||||
|
|
Loading…
Reference in New Issue