diff options
| author | Chris Lattner <sabre@nondot.org> | 2003-09-01 20:33:07 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2003-09-01 20:33:07 +0000 |
| commit | 0792315409f660bfe3038537fbd545a5707f255e (patch) | |
| tree | 21f37abd99d0c07b4e7cc4a038dc622d94c384b6 /llvm/lib/Target/Sparc/SparcInternals.h | |
| parent | e722930efddc1aa4789d12971ef473a6fbf1b6e2 (diff) | |
| download | bcm5719-llvm-0792315409f660bfe3038537fbd545a5707f255e.tar.gz bcm5719-llvm-0792315409f660bfe3038537fbd545a5707f255e.zip | |
Move private interfaces into private .h file
llvm-svn: 8306
Diffstat (limited to 'llvm/lib/Target/Sparc/SparcInternals.h')
| -rw-r--r-- | llvm/lib/Target/Sparc/SparcInternals.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/lib/Target/Sparc/SparcInternals.h b/llvm/lib/Target/Sparc/SparcInternals.h index cda537526eb..172f56bd178 100644 --- a/llvm/lib/Target/Sparc/SparcInternals.h +++ b/llvm/lib/Target/Sparc/SparcInternals.h @@ -654,6 +654,13 @@ Pass *createAddRegNumToValuesPass(); /// empty slots at the top of each function stack Pass *createStackSlotsPass(const TargetMachine &TM); +// Interface to pre-selection pass that specializes LLVM code for a target +// machine. +Pass *createPreSelectionPass(TargetMachine &Target); + +// External interface to peephole optimization pass operating on machine code. +FunctionPass *createPeepholeOptsPass(TargetMachine &Target); + //--------------------------------------------------------------------------- // class UltraSparc |

