[WebAssembly] Update a stale comment. NFC.
authorDan Gohman <dan433584@gmail.com>
Sat, 5 Dec 2015 19:43:19 +0000 (19:43 +0000)
committerDan Gohman <dan433584@gmail.com>
Sat, 5 Dec 2015 19:43:19 +0000 (19:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254859 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/WebAssembly/WebAssemblyInstrCall.td

index 6b7d03da48970867aef1f9632db622c4055ca0c4..84f70400f8a368f2bf0a8d4353da4e26220e3f7b 100644 (file)
@@ -14,8 +14,8 @@
 
 let Defs = [ARGUMENTS] in {
 
 
 let Defs = [ARGUMENTS] in {
 
-// The call sequence start/end LLVM-isms isn't useful to WebAssembly since it's
-// a virtual ISA.
+// Call sequence markers. These have an immediate which represents the amount of
+// stack space to allocate or free, which is used for varargs lowering.
 let isCodeGenOnly = 1 in {
 def ADJCALLSTACKDOWN : I<(outs), (ins i64imm:$amt),
                          [(WebAssemblycallseq_start timm:$amt)]>;
 let isCodeGenOnly = 1 in {
 def ADJCALLSTACKDOWN : I<(outs), (ins i64imm:$amt),
                          [(WebAssemblycallseq_start timm:$amt)]>;