diff options
Diffstat (limited to 'lib/CodeGen/InstrSched/InstrScheduling.cpp')
-rw-r--r-- | lib/CodeGen/InstrSched/InstrScheduling.cpp | 2 |
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 |