Refactor duplicated code.
[oota-llvm.git] / lib / Target / ARM / MCTargetDesc / ARMMCAsmInfo.h
index f1fef41a3b142bacfea99b0ce962e7e276e7c0ee..6cb471537f6eca4131fa5990c98ce72802563967 100644 (file)
@@ -21,7 +21,8 @@
 namespace llvm {
 
   class ARMMCAsmInfoDarwin : public MCAsmInfoDarwin {
-    void anchor() override;
+    virtual void anchor();
+
   public:
     explicit ARMMCAsmInfoDarwin(StringRef TT);
   };