Revert "Add r224985 back with two fixes."
[oota-llvm.git] / lib / Target / PowerPC / MCTargetDesc / PPCMCAsmInfo.h
index 9f0294d0ffda215c4cd0716007da9df7e29db272..86ad3859b72c5834918f4839ffe3af35585ebfd6 100644 (file)
@@ -21,7 +21,8 @@ namespace llvm {
 class Triple;
 
   class PPCMCAsmInfoDarwin : public MCAsmInfoDarwin {
-    void anchor() override;
+    virtual void anchor();
+
   public:
     explicit PPCMCAsmInfoDarwin(bool is64Bit, const Triple&);
   };