1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

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 c63a39ae14
commit 21da1db37f

View File

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