Skip to content

Commit 763f178

Browse files
committed
Add another comment
1 parent 4e9ec21 commit 763f178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/LangRef.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8074,7 +8074,7 @@ Example:
80748074
%alloca.cast = addrspacecast ptr addrspace(5) %alloca to ptr
80758075
%rmw.ub = atomicrmw and ptr %alloca.cast, i64 %value seq_cst, !noalias.addrspace !0
80768076

8077-
!0 = !{i32 5, i32 6}
8077+
!0 = !{i32 5, i32 6} ; Exclude addrspace(5) only
80788078

80798079

80808080
This is intended for use on targets with a notion of generic address

0 commit comments

Comments
 (0)