Add missing override noticed by Clang's -Winconsistent-missing-override.
[oota-llvm.git] / lib / Target / Hexagon / HexagonFrameLowering.h
index 8b59507561c6b353b772bb6682ded97e6261a2cb..683b303d43ead268d992f33915ff2c77b4fb4575 100644 (file)
@@ -52,7 +52,7 @@ public:
     return true;
   }
   int getFrameIndexReference(const MachineFunction &MF, int FI,
-        unsigned &FrameReg) const;
+                             unsigned &FrameReg) const override;
   bool hasFP(const MachineFunction &MF) const override;
 
   const SpillSlot *getCalleeSavedSpillSlots(unsigned &NumEntries)