commit | c53037205b9f48dec853d992c58e57c73bf33385 | [log] [tgz] |
---|---|---|
author | Vikram S. Adve <vadve@cs.uiuc.edu> | Thu Nov 08 04:47:06 2001 +0000 |
committer | Vikram S. Adve <vadve@cs.uiuc.edu> | Thu Nov 08 04:47:06 2001 +0000 |
tree | 12eb4cda115d1dd0704fa9200d56c1bdb12d87e4 | |
parent | 07900bde2dba8f7727866de63d70971da4807ee2 [diff] [blame] |
Major overhaul of stack frame management. llvm-svn: 1185
diff --git a/llvm/lib/CodeGen/InstrSelection/InstrSelection.cpp b/llvm/lib/CodeGen/InstrSelection/InstrSelection.cpp index abbd2f9..fafe023 100644 --- a/llvm/lib/CodeGen/InstrSelection/InstrSelection.cpp +++ b/llvm/lib/CodeGen/InstrSelection/InstrSelection.cpp
@@ -130,7 +130,7 @@ { cout << endl << "*** Machine instructions after INSTRUCTION SELECTION" << endl; - method->getMachineCode().dump(); + MachineCodeForMethod::get(method).dump(); } return false;