forked from OSchip/llvm-project
parent
a816eee427
commit
c187835632
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue