Use 'override/final' instead of 'virtual' for overridden methods
[oota-llvm.git] / include / llvm / MC / MCAsmInfoELF.h
index 7bd246056eca074248216f9b552c45aeb6fbe717..afd49336646b4d0910bc320350d008fb716fcbe8 100644 (file)
@@ -15,8 +15,7 @@
 namespace llvm {
 class MCAsmInfoELF : public MCAsmInfo {
   virtual void anchor();
-  const MCSection *
-  getNonexecutableStackSection(MCContext &Ctx) const override final;
+  const MCSection *getNonexecutableStackSection(MCContext &Ctx) const final;
 
 protected:
   MCAsmInfoELF();