Skip to content

Commit 484ab8b

Browse files
committed
wording
1 parent 446e95b commit 484ab8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/docs/LangRef.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1978,9 +1978,9 @@ example:
19781978
The supported access kinds are:
19791979

19801980
- ``readwrite``: Any kind of access to the location is allowed.
1981-
- ``read``: The location is only read. Writing the location is immediate
1982-
undefined behavior. This includes the case where the location is read and
1983-
then the same value is written back.
1981+
- ``read``: The location is only read. Writing to the location is immediate
1982+
undefined behavior. This includes the case where the location is read from
1983+
and then the same value is written back.
19841984
- ``write``: Only writes to the location are observable outside the function
19851985
call. However, the function may still internally read the location after
19861986
writing it, as this is not observable. Reading the location prior to

0 commit comments

Comments
 (0)