mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
Print the vreg that livein physregs are live in
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28314 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e2e41730cc
commit
4e92027837
@ -152,6 +152,9 @@ void MachineFunction::print(std::ostream &OS) const {
|
|||||||
OS << " " << MRI->getName(I->first);
|
OS << " " << MRI->getName(I->first);
|
||||||
else
|
else
|
||||||
OS << " Reg #" << I->first;
|
OS << " Reg #" << I->first;
|
||||||
|
|
||||||
|
if (I->second)
|
||||||
|
OS << " in VR#" << I->second << " ";
|
||||||
}
|
}
|
||||||
OS << "\n";
|
OS << "\n";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user