Test commit: reformat comment
authorNicholas Wilson <nicholas@nicholaswilson.me.uk>
Mon, 12 Feb 2018 13:17:09 +0000 (13:17 +0000)
committerNicholas Wilson <nicholas@nicholaswilson.me.uk>
Mon, 12 Feb 2018 13:17:09 +0000 (13:17 +0000)
llvm-svn: 324889

llvm/lib/MC/MCWasmStreamer.cpp

index d9cefbd..611e29c 100644 (file)
@@ -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) {