aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/InstrSched/InstrScheduling.cpp
diff options
context:
space:
mode:
authorVikram S. Adve <vadve@cs.uiuc.edu>2001-11-08 05:18:18 +0000
committerVikram S. Adve <vadve@cs.uiuc.edu>2001-11-08 05:18:18 +0000
commitaf1d2c80e03b01e995e7a5cdbcdd625082a4ebfb (patch)
treea4c4a2d01ae995ea4eda299e6c30c74e6c2a0fdc /lib/CodeGen/InstrSched/InstrScheduling.cpp
parent7a2f1e7c5d29682a772af75e78621e6c431e3e4c (diff)
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
Diffstat (limited to 'lib/CodeGen/InstrSched/InstrScheduling.cpp')
-rw-r--r--lib/CodeGen/InstrSched/InstrScheduling.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/InstrSched/InstrScheduling.cpp b/lib/CodeGen/InstrSched/InstrScheduling.cpp
index 5de987b3b5..e6ff462a3d 100644
--- a/lib/CodeGen/InstrSched/InstrScheduling.cpp
+++ b/lib/CodeGen/InstrSched/InstrScheduling.cpp
@@ -1537,7 +1537,7 @@ ScheduleInstructionsWithSSA(Method* method,
{
cout << endl
<< "*** Machine instructions after INSTRUCTION SCHEDULING" << endl;
- method->getMachineCode().dump();
+ MachineCodeForMethod::get(method).dump();
}
return false; // no reason to fail yet