aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Wilson <nicholas@nicholaswilson.me.uk>2018-02-12 13:17:09 +0000
committerNicholas Wilson <nicholas@nicholaswilson.me.uk>2018-02-12 13:17:09 +0000
commit5170b54013042ef69e2f28dba033f85a58205f6c (patch)
treef0635a5ba0395afdbe5651573ce6d19e1146c76c
parent2d4cdacd264d9512f81da06b123cb63bdcfee56b (diff)
downloadllvm-5170b54013042ef69e2f28dba033f85a58205f6c.zip
llvm-5170b54013042ef69e2f28dba033f85a58205f6c.tar.gz
llvm-5170b54013042ef69e2f28dba033f85a58205f6c.tar.bz2
Test commit: reformat comment
llvm-svn: 324889
-rw-r--r--llvm/lib/MC/MCWasmStreamer.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/MC/MCWasmStreamer.cpp b/llvm/lib/MC/MCWasmStreamer.cpp
index d9cefbd..611e29c72 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) {