[mips][microMIPS] Implement LWLE, LWRE, SWLE and SWRE instructions
[oota-llvm.git] / lib / Target / Mips / Mips16FrameLowering.h
index f281c927c1c4a6332410eced34436f533af44fa8..b48ed4641ea7041b45a2e90a84600cd8b307bcf8 100644 (file)
@@ -38,8 +38,8 @@ public:
 
   bool hasReservedCallFrame(const MachineFunction &MF) const override;
 
-  void processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
-                                            RegScavenger *RS) const override;
+  void determineCalleeSaves(MachineFunction &MF, BitVector &SavedRegs,
+                            RegScavenger *RS) const override;
 };
 
 } // End llvm namespace