mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-19 19:31:50 +00:00
Fix debugging output.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11088 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
eea81bafd6
commit
cc6a1290fc
@ -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