commit | 901da32e64365fa585b2c0c1651b80e5c15fb0ab | [log] [tgz] |
---|---|---|
author | Vikram S. Adve <vadve@cs.uiuc.edu> | Mon Oct 22 13:52:03 2001 +0000 |
committer | Vikram S. Adve <vadve@cs.uiuc.edu> | Mon Oct 22 13:52:03 2001 +0000 |
tree | fc4ad1ed0eda8634411900f77df575115047e2f4 | |
parent | cc80b02834507be2116e4d8d86dd92cf6cbc090a [diff] [blame] |
Use class MachineCodeForMethod to print machine code. llvm-svn: 948
diff --git a/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp b/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp index 43ea5a5..c99f1a1 100644 --- a/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp +++ b/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
@@ -867,7 +867,7 @@ updateMachineCode(); if (DEBUG_RA) { - PrintMachineInstructions(Meth); + Meth->getMachineCode().dump(); printMachineCode(); // only for DEBUGGING } }