Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
[oota-llvm.git] / lib / Target / X86 / MCTargetDesc / X86WinCOFFObjectWriter.cpp
index 31dc1107eccfddf5147d69aa6e0ed1b17b5776d0..8b7c7c91191e3c5e985e06f8e738a5b2ee98d5a2 100644 (file)
@@ -31,7 +31,7 @@ namespace {
 
     virtual unsigned getRelocType(const MCValue &Target,
                                   const MCFixup &Fixup,
-                                  bool IsCrossSection) const LLVM_OVERRIDE;
+                                  bool IsCrossSection) const override;
   };
 }