Skip to content

Commit 4a6df18

Browse files
committed
Reword langref slightly
1 parent 763f178 commit 4a6df18

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

llvm/docs/LangRef.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8052,10 +8052,10 @@ inlined call.
80528052
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
80538053

80548054
The ``noalias.addrspace`` metadata is used to identify memory
8055-
operations which cannot access a range of address spaces. It is
8056-
attached to memory instructions, including :ref:`atomicrmw
8057-
<i_atomicrmw>`, :ref:`cmpxchg <i_cmpxchg>`, and :ref:`call <i_call>`
8058-
instructions.
8055+
operations which cannot access objects allocated in a range of address
8056+
spaces. It is attached to memory instructions, including
8057+
:ref:`atomicrmw <i_atomicrmw>`, :ref:`cmpxchg <i_cmpxchg>`, and
8058+
:ref:`call <i_call>` instructions.
80598059

80608060
This follows the same form as :ref:`range metadata <range-metadata>`,
80618061
except the field entries must be of type `i32`. The interpretation is

0 commit comments

Comments
 (0)