mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Fix a typo in the inalloca description
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213200 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
889a136c52
commit
e0fd412fb2
@ -891,7 +891,7 @@ Currently, only the following parameter attributes are defined:
|
||||
address of outgoing stack arguments. An ``inalloca`` argument must
|
||||
be a pointer to stack memory produced by an ``alloca`` instruction.
|
||||
The alloca, or argument allocation, must also be tagged with the
|
||||
inalloca keyword. Only the past argument may have the ``inalloca``
|
||||
inalloca keyword. Only the last argument may have the ``inalloca``
|
||||
attribute, and that argument is guaranteed to be passed in memory.
|
||||
|
||||
An argument allocation may be used by a call at most once because
|
||||
|
Loading…
Reference in New Issue
Block a user