obj2yaml: Use the correct relocation type for different machine types
[oota-llvm.git] / lib / IR / AttributeImpl.h
index ea954ac20329b30bd81f49c7a563d8a747b94d67..9f3fd3e606d387562f1047dabbc11f5e69f17507 100644 (file)
@@ -109,7 +109,7 @@ public:
 };
 
 class AlignAttributeImpl : public EnumAttributeImpl {
-  virtual void anchor();
+  void anchor() override;
   unsigned Align;
 
 public: