Skip to content

Commit d1384fe

Browse files
committed
Fix doc build
1 parent a2e9181 commit d1384fe

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
@@ -8057,13 +8057,14 @@ attached to memory instructions, including :ref:`atomicrmw
80578057
<i_atomicrmw>`, :ref:`cmpxchg <i_cmpxchg>`, and :ref:`call <i_call>`
80588058
instructions.
80598059

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

80648064
Example:
80658065

80668066
.. code-block:: llvm
8067+
80678068
; %ptr cannot point to an object allocated in addrspace(5)
80688069
%rmw.valid = atomicrmw and ptr %ptr, i64 %value seq_cst, !noalias.addrspace !0
80698070

0 commit comments

Comments
 (0)