Skip to content

Commit bff0427

Browse files
committed
Fix doc build
1 parent 1e084c6 commit bff0427

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/docs/LangRef.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8030,13 +8030,14 @@ attached to memory instructions, including :ref:`atomicrmw
80308030
<i_atomicrmw>`, :ref:`cmpxchg <i_cmpxchg>`, and :ref:`call <i_call>`
80318031
instructions.
80328032

8033-
This follows the same form as :ref:`range metadata <_range-metadata>`,
8033+
This follows the same form as :ref:`range metadata <range-metadata>`,
80348034
except the field entries must be of type `i32`. The interpretation is
80358035
the same numeric address spaces as applied to IR values.
80368036

80378037
Example:
80388038

80398039
.. code-block:: llvm
8040+
80408041
; %ptr cannot point to an object allocated in addrspace(5)
80418042
%rmw.valid = atomicrmw and ptr %ptr, i64 %value seq_cst, !noalias.addrspace !0
80428043

0 commit comments

Comments
 (0)