[llvm] r324889 - Test commit: reformat comment

Nicholas Wilson via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 12 05:17:10 PST 2018


Author: ncw
Date: Mon Feb 12 05:17:09 2018
New Revision: 324889

URL: http://llvm.org/viewvc/llvm-project?rev=324889&view=rev
Log:
Test commit: reformat comment

Modified:
    llvm/trunk/lib/MC/MCWasmStreamer.cpp

Modified: llvm/trunk/lib/MC/MCWasmStreamer.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/MC/MCWasmStreamer.cpp?rev=324889&r1=324888&r2=324889&view=diff
==============================================================================
--- llvm/trunk/lib/MC/MCWasmStreamer.cpp (original)
+++ llvm/trunk/lib/MC/MCWasmStreamer.cpp Mon Feb 12 05:17:09 2018
@@ -81,9 +81,9 @@ bool MCWasmStreamer::EmitSymbolAttribute
 
   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) {




More information about the llvm-commits mailing list