[WebAssembly] Remove an obsolete comment.

llvm-svn: 321127
This commit is contained in:
Dan Gohman 2017-12-20 00:10:28 +00:00
parent 1037eef8e0
commit 83b162269f
1 changed files with 1 additions and 2 deletions

View File

@ -1132,8 +1132,7 @@ void WasmObjectWriter::writeObject(MCAssembler &Asm,
Import.IsMutable = false;
SymbolIndices[&WS] = NumGlobalImports;
// If this global is the stack pointer, make it mutable and remember it
// so that we can emit metadata for it.
// If this global is the stack pointer, make it mutable.
if (WS.getName() == "__stack_pointer")
Import.IsMutable = true;