forked from OSchip/llvm-project
[WebAssembly] Remove an obsolete comment.
llvm-svn: 321127
This commit is contained in:
parent
1037eef8e0
commit
83b162269f
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue