[ARM] Add option to force fast-isel
[oota-llvm.git] / lib / Target / ARM / ARMBaseRegisterInfo.h
index e565fd30479556f3643e1dcc558f3b5a54b8f95d..d4b7c7be865c73f2fe93e1599c8f4d24b508e8d0 100644 (file)
@@ -134,8 +134,7 @@ public:
 
   bool hasBasePointer(const MachineFunction &MF) const;
 
-  bool canRealignStack(const MachineFunction &MF) const;
-  bool needsStackRealignment(const MachineFunction &MF) const override;
+  bool canRealignStack(const MachineFunction &MF) const override;
   int64_t getFrameIndexInstrOffset(const MachineInstr *MI,
                                    int Idx) const override;
   bool needsFrameBaseReg(MachineInstr *MI, int64_t Offset) const override;