diff options
-rw-r--r-- | llvm/lib/MC/MCWasmStreamer.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/MC/MCWasmStreamer.cpp b/llvm/lib/MC/MCWasmStreamer.cpp index d9cefbd3994..611e29c7214 100644 --- a/llvm/lib/MC/MCWasmStreamer.cpp +++ b/llvm/lib/MC/MCWasmStreamer.cpp @@ -81,9 +81,9 @@ bool MCWasmStreamer::EmitSymbolAttribute(MCSymbol *S, MCSymbolAttr Attribute) { auto *Symbol = cast<MCSymbolWasm>(S); - // Adding a symbol attribute always introduces the symbol, note that an - // important side effect of calling registerSymbol here is to register - // the symbol with the assembler. + // Adding a symbol attribute always introduces the symbol; note that an + // important side effect of calling registerSymbol here is to register the + // symbol with the assembler. getAssembler().registerSymbol(*Symbol); switch (Attribute) { |