Add LLVM_OVERRIDE to a few declarations.
[oota-llvm.git] / lib / Target / XCore / XCoreTargetObjectFile.h
index bf9798d5085da22101d78537c7443d5f0c882d12..fee84256b88096ddb36949eb64e22c64fabc675b 100644 (file)
@@ -23,15 +23,18 @@ static const unsigned CodeModelLargeSize = 256;
   public:
     void Initialize(MCContext &Ctx, const TargetMachine &TM);
 
-    virtual const MCSection *
-    getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind,
-                             Mangler *Mang, const TargetMachine &TM) const;
-
-    virtual const MCSection *
-    SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind,
-                           Mangler *Mang, const TargetMachine &TM) const;
-
-    virtual const MCSection *getSectionForConstant(SectionKind Kind) const;
+    const MCSection *getExplicitSectionGlobal(const GlobalValue *GV,
+                                              SectionKind Kind, Mangler *Mang,
+                                              const TargetMachine &TM) const
+        LLVM_OVERRIDE;
+
+    const MCSection *SelectSectionForGlobal(const GlobalValue *GV,
+                                            SectionKind Kind, Mangler *Mang,
+                                            const TargetMachine &TM) const
+        LLVM_OVERRIDE;
+
+    const MCSection *getSectionForConstant(SectionKind Kind) const
+        LLVM_OVERRIDE;
   };
 } // end namespace llvm