Remove commented out code.
[oota-llvm.git] / lib / Target / Mips / MipsFrameLowering.h
index 6a5f79d0dfc4ffafb15a81960b377872efb7d045..8e9196c30fad451e59f086a6467c9a1352b79a4f 100644 (file)
@@ -15,7 +15,6 @@
 #define MIPS_FRAMEINFO_H
 
 #include "Mips.h"
-#include "MipsSubtarget.h"
 #include "llvm/Target/TargetFrameLowering.h"
 
 namespace llvm {
@@ -32,7 +31,7 @@ public:
   static const MipsFrameLowering *create(MipsTargetMachine &TM,
                                          const MipsSubtarget &ST);
 
-  bool hasFP(const MachineFunction &MF) const;
+  bool hasFP(const MachineFunction &MF) const override;
 
 protected:
   uint64_t estimateStackSize(const MachineFunction &MF) const;