Adding ModuloSched SB.
authorTanya Lattner <tonic@nondot.org>
Sun, 1 May 2005 16:14:34 +0000 (16:14 +0000)
committerTanya Lattner <tonic@nondot.org>
Sun, 1 May 2005 16:14:34 +0000 (16:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21648 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/Passes.h

index a053dd95a613b82e90d93656e568c1280ca008c9..a1361f6b0aa94a83a33d72328038142191fe27e4 100644 (file)
@@ -98,6 +98,9 @@ namespace llvm {
   //createModuloSchedulingPass - Creates the Swing Modulo Scheduling Pass
   FunctionPass *createModuloSchedulingPass(TargetMachine & targ);
 
+  //createModuloSchedulingPass - Creates the Swing Modulo Scheduling Pass
+  FunctionPass *createModuloSchedulingSBPass(TargetMachine & targ);
+
 } // End llvm namespace
 
 #endif