Use 'override/final' instead of 'virtual' for overridden methods
[oota-llvm.git] / lib / CodeGen / AsmPrinter / Win64Exception.h
index eb02ca47b396aec3a9e8ab2bce64b1b43aa7200f..5f4237fc0152467e3b7a6076f5587a6f045aa656 100644 (file)
@@ -43,7 +43,7 @@ public:
   // Main entry points.
   //
   Win64Exception(AsmPrinter *A);
-  virtual ~Win64Exception();
+  ~Win64Exception() override;
 
   /// Emit all exception information that should come after the content.
   void endModule() override;