[C++11] Remove 'virtual' keyword from methods marked with 'override' keyword.
[oota-llvm.git] / lib / Target / X86 / MCTargetDesc / X86WinCOFFObjectWriter.cpp
index 8b7c7c91191e3c5e985e06f8e738a5b2ee98d5a2..ffc9e8d85abea2f90143ad02c48310877bf4d2d8 100644 (file)
@@ -29,9 +29,8 @@ namespace {
     X86WinCOFFObjectWriter(bool Is64Bit_);
     virtual ~X86WinCOFFObjectWriter();
 
-    virtual unsigned getRelocType(const MCValue &Target,
-                                  const MCFixup &Fixup,
-                                  bool IsCrossSection) const override;
+    unsigned getRelocType(const MCValue &Target, const MCFixup &Fixup,
+                          bool IsCrossSection) const override;
   };
 }