mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-12 22:26:14 +00:00
Fix crash in debug output.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11659 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
38ce7e57d4
commit
fa510c4af5
@ -735,7 +735,7 @@ void RA::addSpillCode(IntervalPtrs::value_type li, int slot)
|
||||
DEBUG(std::cerr << "\t\t\t\tadded store for reg" << li->reg
|
||||
<< " to ss#" << slot << " after: \t\t"
|
||||
<< LiveIntervals::getBaseIndex(index) << " \t";
|
||||
prior(mi,2)->print(std::cerr, *tm_));
|
||||
mi->print(std::cerr, *tm_));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user