diff options
author | Nicholas Wilson <nicholas@nicholaswilson.me.uk> | 2018-02-12 13:17:09 +0000 |
---|---|---|
committer | Nicholas Wilson <nicholas@nicholaswilson.me.uk> | 2018-02-12 13:17:09 +0000 |
commit | 5170b54013042ef69e2f28dba033f85a58205f6c (patch) | |
tree | f0635a5ba0395afdbe5651573ce6d19e1146c76c /llvm/lib | |
parent | 2d4cdacd264d9512f81da06b123cb63bdcfee56b (diff) | |
download | bcm5719-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.cpp | 6 |
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) { |