forked from OSchip/llvm-project
WasmObjectWriter.cpp: Tweak a comment line. [-Wdocumentation]
llvm-svn: 305777
This commit is contained in:
parent
2b2b420563
commit
9a90b68707
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue