Move more PEI-related hooks to TFI
[oota-llvm.git] / lib / Target / ARM / ARMFrameInfo.h
index 7b34c1569db62f7ac3eaa794dafa782c81266bf0..886f7492ab5b8742e84df32eda421ec030ea135a 100644 (file)
@@ -54,6 +54,9 @@ public:
                                  unsigned &FrameReg, int SPAdj) const;
   int getFrameIndexOffset(const MachineFunction &MF, int FI) const;
 
+  void processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
+                                            RegScavenger *RS) const;
+
  private:
   void emitPopInst(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI,
                    const std::vector<CalleeSavedInfo> &CSI, unsigned Opc,