diff options
| author | Dan Gohman <dan433584@gmail.com> | 2015-12-05 19:43:19 +0000 | 
|---|---|---|
| committer | Dan Gohman <dan433584@gmail.com> | 2015-12-05 19:43:19 +0000 | 
| commit | 905bef5cf9c36810eab2ef6c3dcef08a1b8cf4ab (patch) | |
| tree | c2fdb64a95e0ce6b85d51d1e4aef262397f360f2 | |
| parent | e81c15651fe9a4c2cc9f2f52bbd3f823d65f6e75 (diff) | |
| download | bcm5719-llvm-905bef5cf9c36810eab2ef6c3dcef08a1b8cf4ab.tar.gz bcm5719-llvm-905bef5cf9c36810eab2ef6c3dcef08a1b8cf4ab.zip  | |
[WebAssembly] Update a stale comment. NFC.
llvm-svn: 254859
| -rw-r--r-- | llvm/lib/Target/WebAssembly/WebAssemblyInstrCall.td | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/WebAssembly/WebAssemblyInstrCall.td b/llvm/lib/Target/WebAssembly/WebAssemblyInstrCall.td index 6b7d03da489..84f70400f8a 100644 --- a/llvm/lib/Target/WebAssembly/WebAssemblyInstrCall.td +++ b/llvm/lib/Target/WebAssembly/WebAssemblyInstrCall.td @@ -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)]>;  | 

