[mips] Allow constant expressions in second argument of .cpsetup.
[oota-llvm.git] / lib / Target / Mips / MipsFrameLowering.h
index 96d1e29d6c552f710b2869d717dd486ab645ee37..5eabd58e8686a0350e4c300d668ab02b356bce30 100644 (file)
@@ -32,6 +32,10 @@ public:
 
   bool hasFP(const MachineFunction &MF) const override;
 
+  bool hasBP(const MachineFunction &MF) const;
+
+  bool isFPCloseToIncomingSP() const override { return false; }
+
   void
   eliminateCallFramePseudoInstr(MachineFunction &MF,
                                 MachineBasicBlock &MBB,