diff options
Diffstat (limited to 'lib/CodeGen/InstrSched/InstrScheduling.cpp')
-rw-r--r-- | lib/CodeGen/InstrSched/InstrScheduling.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/InstrSched/InstrScheduling.cpp b/lib/CodeGen/InstrSched/InstrScheduling.cpp index 31eca39..69813c7 100644 --- a/lib/CodeGen/InstrSched/InstrScheduling.cpp +++ b/lib/CodeGen/InstrSched/InstrScheduling.cpp @@ -1504,13 +1504,13 @@ namespace { Destroyed.push_back(MethodLiveVarInfo::ID); } - bool runOnMethod(Method *M); + bool runOnMethod(Function *F); }; } // end anonymous namespace bool -InstructionSchedulingWithSSA::runOnMethod(Method *M) +InstructionSchedulingWithSSA::runOnMethod(Function *M) { if (SchedDebugLevel == Sched_Disable) return false; |