Test commit: reformat comment

llvm-svn: 324889
This commit is contained in:
Nicholas Wilson 2018-02-12 13:17:09 +00:00
parent 2d4cdacd26
commit 5170b54013

View 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) {