MachineCodeForMethod is now an annotation on class Method.
authorVikram S. Adve <vadve@cs.uiuc.edu>
Thu, 8 Nov 2001 05:18:18 +0000 (05:18 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Thu, 8 Nov 2001 05:18:18 +0000 (05:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1198 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/InstrSched/InstrScheduling.cpp
lib/Target/SparcV9/InstrSched/InstrScheduling.cpp

index 5de987b3b5409ff88ceadcd1cedd93dd1f524efb..e6ff462a3d218ffdf673b15fdf50580ccd998c5a 100644 (file)
@@ -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
index 5de987b3b5409ff88ceadcd1cedd93dd1f524efb..e6ff462a3d218ffdf673b15fdf50580ccd998c5a 100644 (file)
@@ -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