From d7b148d19a7335423f3a4505c11bb71e7d09abdb Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Sun, 15 Sep 2024 16:34:29 +0400 Subject: [PATCH] Reword langref slightly --- llvm/docs/LangRef.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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