mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-22 20:26:31 +00:00
[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:
parent
1f5f023fe6
commit
64d85bf50c
@ -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