Use class MachineCodeForMethod to print machine code.

llvm-svn: 948
This commit is contained in:
Vikram S. Adve 2001-10-22 13:52:03 +00:00
parent cc80b02834
commit 901da32e64
1 changed files with 1 additions and 1 deletions

View File

@ -867,7 +867,7 @@ void PhyRegAlloc::allocateRegisters()
updateMachineCode();
if (DEBUG_RA) {
PrintMachineInstructions(Meth);
Meth->getMachineCode().dump();
printMachineCode(); // only for DEBUGGING
}
}