Skip to content
Snippets Groups Projects
Commit bd4a8ed1 authored by Misha Brukman's avatar Misha Brukman
Browse files

PreSelection and PeepholeOpts are now FunctionPasses.

llvm-svn: 9774
parent 81c748c1
No related branches found
No related tags found
No related merge requests found
......@@ -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);
//---------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment