1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

WasmObjectWriter.cpp: Tweak a comment line. [-Wdocumentation]

llvm-svn: 305777
This commit is contained in:
NAKAMURA Takumi 2017-06-20 07:21:19 +00:00
parent 4796e0f03c
commit f47dcd2ae3

View 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.