Move more PEI-related hooks to TFI
[oota-llvm.git] / lib / Target / SystemZ / SystemZFrameInfo.h
index a977502d65bf6139123bc5f9854b619b121a36e2..e7f25c6d4a511c788e0beb089b13b3fd919b1f9d 100644 (file)
@@ -44,6 +44,9 @@ public:
                                    const std::vector<CalleeSavedInfo> &CSI,
                                    const TargetRegisterInfo *TRI) const;
 
+  void processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
+                                            RegScavenger *RS) const;
+
   bool hasReservedCallFrame(const MachineFunction &MF) const { return true; }
   bool hasFP(const MachineFunction &MF) const;
   int getFrameIndexOffset(const MachineFunction &MF, int FI) const;