Revert r224935 "Refactor duplicated code. No intended functionality change."
[oota-llvm.git] / include / llvm / MC / MCAsmInfoDarwin.h
index d587c3ce9d547af2f9da720e0ad44243d77a8b96..3d249f93068da6ab59afa2046ecb81a453747c47 100644 (file)
@@ -19,9 +19,9 @@
 
 namespace llvm {
   class MCAsmInfoDarwin : public MCAsmInfo {
+    virtual void anchor();
   public:
     explicit MCAsmInfoDarwin();
-    bool isSectionAtomizableBySymbols(const MCSection &Section) const override;
   };
 }