[WebAssembly] Update a stale comment. NFC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254859 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2015-12-05 19:43:19 +00:00
parent 1f5f023fe6
commit 64d85bf50c

View File

@ -14,8 +14,8 @@
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)]>;