mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-14 07:31:39 +00:00
Fix debugging output.
llvm-svn: 11088
This commit is contained in:
parent
3f268a9996
commit
a4fab12df8
@ -443,7 +443,7 @@ bool RA::runOnMachineFunction(MachineFunction &fn) {
|
||||
unsigned virtReg = op.getAllocatedRegNum();
|
||||
Virt2PhysMap::const_iterator it = v2pMap_.find(virtReg);
|
||||
if (it != v2pMap_.end()) {
|
||||
DEBUG(std::cerr << "\t\t\t%reg" << it->second
|
||||
DEBUG(std::cerr << "\t\t\t%reg" << it->first
|
||||
<< " -> " << mri_->getName(it->second) << '\n');
|
||||
(*currentInstr_)->SetMachineOperandReg(i, it->second);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user