[mips] Use correct frame register for DWARF info when dynamically realigning the...
[oota-llvm.git] / lib / Target / Mips / MipsSEFrameLowering.h
index f3050d0718b9cc9a373f8266321c4a722d016b61..63cd3cebc56a1d568da6fb9d9b284cc9840a5cd8 100644 (file)
@@ -27,6 +27,9 @@ public:
   void emitPrologue(MachineFunction &MF, MachineBasicBlock &MBB) const override;
   void emitEpilogue(MachineFunction &MF, MachineBasicBlock &MBB) const override;
 
+  int getFrameIndexReference(const MachineFunction &MF, int FI,
+                             unsigned &FrameReg) const override;
+
   bool spillCalleeSavedRegisters(MachineBasicBlock &MBB,
                                  MachineBasicBlock::iterator MI,
                                  const std::vector<CalleeSavedInfo> &CSI,