Skip to content

Commit

Permalink
Reword langref slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
arsenm committed Sep 20, 2024
1 parent f4ff1e8 commit f84e99b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions llvm/docs/LangRef.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8041,10 +8041,10 @@ inlined call.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

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

0 comments on commit f84e99b

Please sign in to comment.