]> granicus.if.org Git - llvm/commitdiff
WasmObjectWriter.cpp: Tweak a comment line. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 20 Jun 2017 07:21:19 +0000 (07:21 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 20 Jun 2017 07:21:19 +0000 (07:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305777 91177308-0d34-0410-b5e6-96231b3b80d8

lib/MC/WasmObjectWriter.cpp

index 292c5bac1c607d0663951e2494cbb4116009f6d5..e58872e2290a7a6c883e5cc40473d869e9d20380 100644 (file)
@@ -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.