aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/llvm/CodeGen/Passes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/Passes.h b/include/llvm/CodeGen/Passes.h
index 8f34c9af67..09b6a92142 100644
--- a/include/llvm/CodeGen/Passes.h
+++ b/include/llvm/CodeGen/Passes.h
@@ -75,6 +75,10 @@ namespace llvm {
/// getRegisterAllocator - This creates an instance of the register allocator
/// for the Sparc.
FunctionPass *getRegisterAllocator(TargetMachine &T);
+
+ //createModuloSchedulingPass - Creates the Swing Modulo Scheduling Pass
+ FunctionPass *createModuloSchedulingPass(TargetMachine & targ);
+
} // End llvm namespace
#endif