Adding ModuloSched SB.

llvm-svn: 21648
This commit is contained in:
Tanya Lattner 2005-05-01 16:14:34 +00:00
parent a816eee427
commit c187835632
1 changed files with 3 additions and 0 deletions

View 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