Skip to content

Commit 79e1e8b

Browse files
committed
Reword langref slightly
1 parent b6a59fc commit 79e1e8b

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
@@ -8026,10 +8026,10 @@ inlined call.
80268026
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
80278027

80288028
The ``noalias.addrspace`` metadata is used to identify memory
8029-
operations which cannot access a range of address spaces. It is
8030-
attached to memory instructions, including :ref:`atomicrmw
8031-
<i_atomicrmw>`, :ref:`cmpxchg <i_cmpxchg>`, and :ref:`call <i_call>`
8032-
instructions.
8029+
operations which cannot access objects allocated in a range of address
8030+
spaces. It is attached to memory instructions, including
8031+
:ref:`atomicrmw <i_atomicrmw>`, :ref:`cmpxchg <i_cmpxchg>`, and
8032+
:ref:`call <i_call>` instructions.
80338033

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

0 commit comments

Comments
 (0)