MC: Clean up method names in MCContext.
[oota-llvm.git] / lib / Target / ARM / ARMBaseRegisterInfo.h
index af2b9a4c46963b515c34c372fee6bd70f91c806b..fdc1ef9432c85255de013ce4201dfe567255712a 100644 (file)
@@ -143,7 +143,7 @@ public:
                                     int64_t Offset) const override;
   void resolveFrameIndex(MachineInstr &MI, unsigned BaseReg,
                          int64_t Offset) const override;
-  bool isFrameOffsetLegal(const MachineInstr *MI,
+  bool isFrameOffsetLegal(const MachineInstr *MI, unsigned BaseReg,
                           int64_t Offset) const override;
 
   bool cannotEliminateFrame(const MachineFunction &MF) const;