mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Print out register number in InlineSpiller.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158575 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
23994693b3
commit
127cdba3eb
@ -1273,8 +1273,8 @@ void InlineSpiller::spill(LiveRangeEdit &edit) {
|
||||
|
||||
DEBUG(dbgs() << "Inline spilling "
|
||||
<< MRI.getRegClass(edit.getReg())->getName()
|
||||
<< ':' << edit.getParent() << "\nFrom original "
|
||||
<< LIS.getInterval(Original) << '\n');
|
||||
<< ':' << PrintReg(edit.getReg()) << ' ' << edit.getParent()
|
||||
<< "\nFrom original " << LIS.getInterval(Original) << '\n');
|
||||
assert(edit.getParent().isSpillable() &&
|
||||
"Attempting to spill already spilled value.");
|
||||
assert(DeadDefs.empty() && "Previous spill didn't remove dead defs");
|
||||
|
Loading…
Reference in New Issue
Block a user