mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
Fix small typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173298 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
254a83e46c
commit
98202c0974
@ -679,7 +679,7 @@ Currently, only the following parameter attributes are defined:
|
||||
This indicates that the pointer parameter specifies the address of a
|
||||
structure that is the return value of the function in the source
|
||||
program. This pointer must be guaranteed by the caller to be valid:
|
||||
loads and stores to the structure may be assumed by the callee to
|
||||
loads and stores to the structure may be assumed by the callee
|
||||
not to trap and to be properly aligned. This may only be applied to
|
||||
the first parameter. This is not a valid attribute for return
|
||||
values.
|
||||
|
Loading…
x
Reference in New Issue
Block a user