mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Fix instruction numbering in debug output.
llvm-svn: 11655
This commit is contained in:
parent
f32239a5c6
commit
16744f2860
@ -704,7 +704,8 @@ void RA::addSpillCode(IntervalPtrs::value_type li, int slot)
|
||||
// ignore deleted instructions
|
||||
while (!li_->getInstructionFromIndex(index)) index += 2;
|
||||
mi = li_->getInstructionFromIndex(index);
|
||||
DEBUG(std::cerr << "\t\t\t\texamining: \t\t\t\t\t" << index << '\t';
|
||||
DEBUG(std::cerr << "\t\t\t\texamining: \t\t\t\t\t"
|
||||
<< LiveIntervals::getBaseIndex(index) << '\t';
|
||||
mi->print(std::cerr, *tm_));
|
||||
|
||||
// if it is used in this instruction load it
|
||||
|
Loading…
x
Reference in New Issue
Block a user