summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/InstrScheduling.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/CodeGen/InstrScheduling.h')
-rw-r--r--include/llvm/CodeGen/InstrScheduling.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/InstrScheduling.h b/include/llvm/CodeGen/InstrScheduling.h
index 1e9c0dcf50..1f04d02bc1 100644
--- a/include/llvm/CodeGen/InstrScheduling.h
+++ b/include/llvm/CodeGen/InstrScheduling.h
@@ -1,4 +1,4 @@
-//===-- InstrScheduling.h - Interface To Instruction Scheduling --*- C++ -*-==//
+//===-- InstrScheduling.h - Interface To Instruction Scheduling -*- C++ -*-===//
//
// This file defines a minimal, but complete, interface to instruction
// scheduling.
@@ -21,6 +21,6 @@ class TargetMachine;
// are still in SSA form.
//---------------------------------------------------------------------------
-FunctionPass *createInstructionSchedulingWithSSAPass(const TargetMachine &Target);
+FunctionPass *createInstructionSchedulingWithSSAPass(const TargetMachine &TM);
#endif