diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index cc1db4f9ffaeca..2d56f7c266f677 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -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 -`, :ref:`cmpxchg `, and :ref:`call ` -instructions. +operations which cannot access objects allocated in a range of address +spaces. It is attached to memory instructions, including +:ref:`atomicrmw `, :ref:`cmpxchg `, and +:ref:`call ` instructions. This follows the same form as :ref:`range metadata `, except the field entries must be of type `i32`. The interpretation is