summaryrefslogtreecommitdiffstats
path: root/llvm/lib
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 /llvm/lib
parent2d4cdacd264d9512f81da06b123cb63bdcfee56b (diff)
downloadbcm5719-llvm-5170b54013042ef69e2f28dba033f85a58205f6c.tar.gz
bcm5719-llvm-5170b54013042ef69e2f28dba033f85a58205f6c.zip
Test commit: reformat comment
llvm-svn: 324889
Diffstat (limited to 'llvm/lib')
-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 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) {
OpenPOWER on IntegriCloud