commit | af1d2c80e03b01e995e7a5cdbcdd625082a4ebfb | [log] [tgz] |
---|---|---|
author | Vikram S. Adve <vadve@cs.uiuc.edu> | Thu Nov 08 05:18:18 2001 +0000 |
committer | Vikram S. Adve <vadve@cs.uiuc.edu> | Thu Nov 08 05:18:18 2001 +0000 |
tree | a4c4a2d01ae995ea4eda299e6c30c74e6c2a0fdc | |
parent | 7a2f1e7c5d29682a772af75e78621e6c431e3e4c [diff] [blame] |
MachineCodeForMethod is now an annotation on class Method. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1198 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/InstrSched/InstrScheduling.cpp b/lib/CodeGen/InstrSched/InstrScheduling.cpp index 5de987b..e6ff462 100644 --- a/lib/CodeGen/InstrSched/InstrScheduling.cpp +++ b/lib/CodeGen/InstrSched/InstrScheduling.cpp
@@ -1537,7 +1537,7 @@ { cout << endl << "*** Machine instructions after INSTRUCTION SCHEDULING" << endl; - method->getMachineCode().dump(); + MachineCodeForMethod::get(method).dump(); } return false; // no reason to fail yet