Registering the ModuloScheduling pass.

llvm-svn: 13427
This commit is contained in:
Tanya Lattner 2004-05-08 16:14:02 +00:00
parent f97f4f8760
commit 9b4ee61855

View File

@ -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