From: NAKAMURA Takumi Date: Tue, 20 Jun 2017 07:21:19 +0000 (+0000) Subject: WasmObjectWriter.cpp: Tweak a comment line. [-Wdocumentation] X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4e72ee424cb301ac3b39208b15cf177967b03aca;p=llvm WasmObjectWriter.cpp: Tweak a comment line. [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305777 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/MC/WasmObjectWriter.cpp b/lib/MC/WasmObjectWriter.cpp index 292c5bac1c6..e58872e2290 100644 --- a/lib/MC/WasmObjectWriter.cpp +++ b/lib/MC/WasmObjectWriter.cpp @@ -1093,7 +1093,7 @@ void WasmObjectWriter::writeObject(MCAssembler &Asm, unsigned Index; - //<< " function=" << S.isFunction() + // << " function=" << S.isFunction() if (WS.isFunction()) { // Prepare the function's type, if we haven't seen it yet.