mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Note that 'nest' only applies to pointers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53226 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b3739424da
commit
0789b8b518
@ -876,7 +876,7 @@ declare i32 @atoi(i8*) nounwind readonly
|
||||
executing it.</dd>
|
||||
|
||||
<dt><tt>nest</tt></dt>
|
||||
<dd>This indicates that the parameter can be excised using the
|
||||
<dd>This indicates that the pointer parameter can be excised using the
|
||||
<a href="#int_trampoline">trampoline intrinsics</a>.</dd>
|
||||
<dt><tt>readonly</tt></dt>
|
||||
<dd>This function attribute indicates that the function has no side-effects
|
||||
|
Loading…
Reference in New Issue
Block a user