1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Fix language.

llvm-svn: 185739
This commit is contained in:
Nick Lewycky 2013-07-06 01:04:47 +00:00
parent 87a7daa554
commit b09d51e35b

View File

@ -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