Skip to content

Commit e02ae06

Browse files
committed
Fix doc build
1 parent c7fad2a commit e02ae06

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
@@ -8046,13 +8046,14 @@ attached to memory instructions, including :ref:`atomicrmw
80468046
<i_atomicrmw>`, :ref:`cmpxchg <i_cmpxchg>`, and :ref:`call <i_call>`
80478047
instructions.
80488048

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

80538053
Example:
80548054

80558055
.. code-block:: llvm
8056+
80568057
; %ptr cannot point to an object allocated in addrspace(5)
80578058
%rmw.valid = atomicrmw and ptr %ptr, i64 %value seq_cst, !noalias.addrspace !0
80588059

0 commit comments

Comments
 (0)