Set REQUIRES shell on the test cases for r186044
[oota-llvm.git] / lib / Target / XCore / XCoreFrameLowering.h
index afa2773180f2b81764a3c2eb2b75c37578f980ff..ebad62f2fa53a21662d6e757054ec5df02c5f870 100644 (file)
@@ -39,13 +39,15 @@ namespace llvm {
                                      const std::vector<CalleeSavedInfo> &CSI,
                                      const TargetRegisterInfo *TRI) const;
 
+    void eliminateCallFramePseudoInstr(MachineFunction &MF,
+                                       MachineBasicBlock &MBB,
+                                       MachineBasicBlock::iterator I) const;
+
     bool hasFP(const MachineFunction &MF) const;
 
     void processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
                                               RegScavenger *RS = NULL) const;
 
-    void processFunctionBeforeFrameFinalized(MachineFunction &MF) const;
-
     //! Stack slot size (4 bytes)
     static int stackSlotSize() {
       return 4;