mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 06:33:24 +00:00
Registering the ModuloScheduling pass.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13427 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e5abfd2c05
commit
5a75c91951
@ -75,6 +75,10 @@ namespace llvm {
|
|||||||
/// getRegisterAllocator - This creates an instance of the register allocator
|
/// getRegisterAllocator - This creates an instance of the register allocator
|
||||||
/// for the Sparc.
|
/// for the Sparc.
|
||||||
FunctionPass *getRegisterAllocator(TargetMachine &T);
|
FunctionPass *getRegisterAllocator(TargetMachine &T);
|
||||||
|
|
||||||
|
//createModuloSchedulingPass - Creates the Swing Modulo Scheduling Pass
|
||||||
|
FunctionPass *createModuloSchedulingPass(TargetMachine & targ);
|
||||||
|
|
||||||
} // End llvm namespace
|
} // End llvm namespace
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user