Recommit r224935 with a fix for the ObjC++/AArch64 bug that that revision
[oota-llvm.git] / include / llvm / MC / MCAsmBackend.h
index 15a956b0a62928d7ece576c7c5e12bf236882b76..a6d41392724e0198dbe5772aac69252c0c538fa7 100644 (file)
@@ -67,14 +67,6 @@ public:
     return false;
   }
 
-  /// isSectionAtomizable - Check whether the given section can be split into
-  /// atoms.
-  ///
-  /// \see MCAssembler::isSymbolLinkerVisible().
-  virtual bool isSectionAtomizable(const MCSection &Section) const {
-    return true;
-  }
-
   /// @name Target Fixup Interfaces
   /// @{