From 5170b54013042ef69e2f28dba033f85a58205f6c Mon Sep 17 00:00:00 2001 From: Nicholas Wilson Date: Mon, 12 Feb 2018 13:17:09 +0000 Subject: [PATCH] Test commit: reformat comment llvm-svn: 324889 --- llvm/lib/MC/MCWasmStreamer.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/llvm/lib/MC/MCWasmStreamer.cpp b/llvm/lib/MC/MCWasmStreamer.cpp index d9cefbd..611e29c 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(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) { -- 2.7.4