mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-01 16:22:41 +00:00
PreSelection and PeepholeOpts are now FunctionPasses.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9774 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
feed25ffdc
commit
7eabdc5fb8
@ -643,10 +643,10 @@ Pass *createStackSlotsPass(const TargetMachine &TM);
|
||||
|
||||
// Interface to pre-selection pass that specializes LLVM code for a target
|
||||
// machine.
|
||||
Pass *createPreSelectionPass(TargetMachine &Target);
|
||||
FunctionPass *createPreSelectionPass(const TargetMachine &TM);
|
||||
|
||||
// External interface to peephole optimization pass operating on machine code.
|
||||
FunctionPass *createPeepholeOptsPass(TargetMachine &Target);
|
||||
FunctionPass *createPeepholeOptsPass(const TargetMachine &TM);
|
||||
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user