Revert r224935 "Refactor duplicated code. No intended functionality change."
[oota-llvm.git] / include / llvm / MC / MCAsmBackend.h
index a6d41392724e0198dbe5772aac69252c0c538fa7..15a956b0a62928d7ece576c7c5e12bf236882b76 100644 (file)
@@ -67,6 +67,14 @@ public:
     return false;
   }
 
     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
   /// @{
 
   /// @name Target Fixup Interfaces
   /// @{