Use 'override/final' instead of 'virtual' for overridden methods
[oota-llvm.git] / lib / Target / Hexagon / MCTargetDesc / HexagonELFObjectWriter.cpp
index cd82070ab4f98a780c35278594613137cd2eeb56..3ac0a7cc6c102dc7206e4d7e63583ae70ccc8d16 100644 (file)
@@ -27,8 +27,8 @@ private:
 public:
   HexagonELFObjectWriter(uint8_t OSABI, StringRef C);
 
-  virtual unsigned GetRelocType(MCValue const &Target, MCFixup const &Fixup,
-                                bool IsPCRel) const override;
+  unsigned GetRelocType(MCValue const &Target, MCFixup const &Fixup,
+                        bool IsPCRel) const override;
 };
 }