Skip to content

Commit 6b9699d

Browse files
committed
Add another comment
1 parent 2ba91df commit 6b9699d

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
@@ -8063,7 +8063,7 @@ Example:
80638063
%alloca.cast = addrspacecast ptr addrspace(5) %alloca to ptr
80648064
%rmw.ub = atomicrmw and ptr %alloca.cast, i64 %value seq_cst, !noalias.addrspace !0
80658065

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

80688068

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

0 commit comments

Comments
 (0)