Skip to content

Commit c3dbcec

Browse files
committed
Add another comment
1 parent 416b137 commit c3dbcec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/docs/LangRef.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ added in the future:
354354
not be used lightly but only for specific situations such as an
355355
alternative to the *register pinning* performance technique often
356356
used when implementing functional programming languages. At the
357-
moment only X86, AArch64, and RISCV support this convention. The
357+
moment only X86, AArch64, and RISCV support this convention. The
358358
following limitations exist:
359359

360360
- On *X86-32* only up to 4 bit type parameters are supported. No
@@ -8048,7 +8048,7 @@ Example:
80488048
%alloca.cast = addrspacecast ptr addrspace(5) %alloca to ptr
80498049
%rmw.ub = atomicrmw and ptr %alloca.cast, i64 %value seq_cst, !noalias.addrspace !0
80508050

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

80538053

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

0 commit comments

Comments
 (0)