aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2004-05-08 16:14:02 +0000
committerTanya Lattner <tonic@nondot.org>2004-05-08 16:14:02 +0000
commit5a75c919515a6142d3bc0d477627fbd27dc1cc8a (patch)
tree151b25dd0777c1dd8cf7b9da7660c2cba0daafb6
parente5abfd2c053058c322a5ef0213e8a0155fb9c05e (diff)
Registering the ModuloScheduling pass.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13427 91177308-0d34-0410-b5e6-96231b3b80d8
-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