mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-22 05:21:13 +00:00
[WebAssembly] Update a stale comment. NFC.
llvm-svn: 254859
This commit is contained in:
parent
78ea36ce37
commit
b800bd5c12
@ -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)]>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user