Fix pr24486.
[oota-llvm.git] / include / llvm / MC / MCStreamer.h
index 6beeaa9dd77d214a2b0c0cb6ba82c09d2715b040..209bfe5801f696de024dbe45aff9cd6e6f46f9cb 100644 (file)
@@ -358,7 +358,7 @@ public:
   ///
   /// Each emitted symbol will be tracked in the ordering table,
   /// so we can sort on them later.
-  void AssignSection(MCSymbol *Symbol, MCSection *Section);
+  void AssignFragment(MCSymbol *Symbol, MCFragment *Fragment);
 
   /// \brief Emit a label for \p Symbol into the current section.
   ///