Print the vreg that livein physregs are live in
llvm-svn: 28314
This commit is contained in:
@@ -152,6 +152,9 @@ void MachineFunction::print(std::ostream &OS) const {
|
||||
OS << " " << MRI->getName(I->first);
|
||||
else
|
||||
OS << " Reg #" << I->first;
|
||||
|
||||
if (I->second)
|
||||
OS << " in VR#" << I->second << " ";
|
||||
}
|
||||
OS << "\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user