Move more PEI-related hooks to TFI
[oota-llvm.git] / lib / Target / Blackfin / BlackfinFrameInfo.h
index 3b53f349af0a6479e869d950eab7b56e06c234de..8f46b3e1020d4e64b56344ea1bdd87298a5de1bb 100644 (file)
@@ -36,6 +36,9 @@ public:
   void emitEpilogue(MachineFunction &MF, MachineBasicBlock &MBB) const;
 
   bool hasFP(const MachineFunction &MF) const;
+
+  void processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
+                                            RegScavenger *RS) const;
 };
 
 } // End llvm namespace