diff options
Diffstat (limited to 'gnu/llvm/lib/Target/ARM/ARM.h')
| -rw-r--r-- | gnu/llvm/lib/Target/ARM/ARM.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/llvm/lib/Target/ARM/ARM.h b/gnu/llvm/lib/Target/ARM/ARM.h index cd7540e5241..690ff86a0c8 100644 --- a/gnu/llvm/lib/Target/ARM/ARM.h +++ b/gnu/llvm/lib/Target/ARM/ARM.h @@ -27,6 +27,7 @@ class FunctionPass; class ImmutablePass; class MachineInstr; class MCInst; +class PassRegistry; class TargetLowering; class TargetMachine; @@ -45,6 +46,9 @@ FunctionPass *createThumb2SizeReductionPass( void LowerARMMachineInstrToMCInst(const MachineInstr *MI, MCInst &OutMI, ARMAsmPrinter &AP); +void initializeARMLoadStoreOptPass(PassRegistry &); +void initializeARMPreAllocLoadStoreOptPass(PassRegistry &); + } // end namespace llvm; #endif |
