[MC] Write padding into fragments when -mc-relax-all flag is used
[oota-llvm.git] / include / llvm / MC / MCAsmLayout.h
index 4d1590ac77b4c114f50ba0cbb10c51bba7f70982..8b012be46c9015fc166c3bfdad7bc483e1afce38 100644 (file)
@@ -50,11 +50,6 @@ private:
   /// \brief Is the layout for this fragment valid?
   bool isFragmentValid(const MCFragment *F) const;
 
-  /// \brief Compute the amount of padding required before this fragment to
-  /// obey bundling restrictions.
-  uint64_t computeBundlePadding(const MCFragment *F,
-                                uint64_t FOffset, uint64_t FSize);
-
 public:
   MCAsmLayout(MCAssembler &Assembler);