mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-19 16:35:10 +00:00
Fix language.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185739 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
60ceb6ec15
commit
d1066efaec
@ -890,8 +890,7 @@ example:
|
||||
|
||||
On an argument, this attribute indicates that the function does not
|
||||
dereference that pointer argument, even though it may read or write the
|
||||
memory that the pointer points to through if accessed through other
|
||||
pointers.
|
||||
memory that the pointer points to if accessed through other pointers.
|
||||
``readonly``
|
||||
On a function, this attribute indicates that the function does not write
|
||||
through any pointer arguments (including ``byval`` arguments) or otherwise
|
||||
|
Loading…
x
Reference in New Issue
Block a user