mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-04 10:04:33 +00:00
Print out MBB number when rewriting.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115950 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
78b152470d
commit
8fc3d1187c
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user