mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-07 14:33:15 +00:00
PR3485, document alignment on byref.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63836 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
98245c7060
commit
ce459b1e28
@ -922,7 +922,10 @@ declare signext i8 @returns_signed_char()
|
|||||||
belong to the caller not the callee (for example,
|
belong to the caller not the callee (for example,
|
||||||
<tt><a href="#readonly">readonly</a></tt> functions should not write to
|
<tt><a href="#readonly">readonly</a></tt> functions should not write to
|
||||||
<tt>byval</tt> parameters). This is not a valid attribute for return
|
<tt>byval</tt> parameters). This is not a valid attribute for return
|
||||||
values. </dd>
|
values. The byval attribute also supports specifying an alignment with the
|
||||||
|
align attribute. This has a target-specific effect on the code generator
|
||||||
|
that usually indicates a desired alignment for the synthesized stack
|
||||||
|
slot.</dd>
|
||||||
|
|
||||||
<dt><tt>sret</tt></dt>
|
<dt><tt>sret</tt></dt>
|
||||||
<dd>This indicates that the pointer parameter specifies the address of a
|
<dd>This indicates that the pointer parameter specifies the address of a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user