mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-27 06:54:30 +00:00
Adding ModuloSched SB.
llvm-svn: 21648
This commit is contained in:
parent
7db64049a6
commit
ec45f6a4cd
@ -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…
x
Reference in New Issue
Block a user