Use 'override/final' instead of 'virtual' for overridden methods
[oota-llvm.git] / lib / Target / Mips / MCTargetDesc / MipsELFObjectWriter.cpp
index a68bf16ee4f72b2a34fce94d180f4b2c429f9032..186b52419c14dce4e69bfed4e47ce65afaef078d 100644 (file)
@@ -27,7 +27,7 @@ namespace {
     MipsELFObjectWriter(bool _is64Bit, uint8_t OSABI,
                         bool _isN64, bool IsLittleEndian);
 
-    virtual ~MipsELFObjectWriter();
+    ~MipsELFObjectWriter() override;
 
     unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
                           bool IsPCRel) const override;