mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 04:39:44 +00:00
Fix link.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183248 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1e06bcbd63
commit
2b18526696
@ -697,7 +697,7 @@ Currently, only the following parameter attributes are defined:
|
||||
the first parameter. This is not a valid attribute for return
|
||||
values.
|
||||
``noalias``
|
||||
This indicates that pointer values `*based* <pointeraliasing>` on
|
||||
This indicates that pointer values :ref:`based <pointeraliasing>` on
|
||||
the argument or return value do not alias pointer values which are
|
||||
not *based* on it, ignoring certain "irrelevant" dependencies. For a
|
||||
call to the parent function, dependencies between memory references
|
||||
|
Loading…
Reference in New Issue
Block a user