1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Print out MBB number when rewriting.

llvm-svn: 115950
This commit is contained in:
Jakob Stoklund Olesen 2010-10-07 18:47:05 +00:00
parent 2dd4609c9e
commit 25e205d66b

View File

@ -852,7 +852,8 @@ void SplitEditor::rewrite() {
}
}
MO.setReg(LI->reg);
DEBUG(dbgs() << " rewrite " << Idx << '\t' << *MI);
DEBUG(dbgs() << " rewrite BB#" << MI->getParent()->getNumber() << '\t'
<< Idx << '\t' << *MI);
}
// dupli_ goes in last, after rewriting.