diff options
Diffstat (limited to 'gcc/doc/rtl.texi')
-rw-r--r-- | gcc/doc/rtl.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/rtl.texi b/gcc/doc/rtl.texi index 3a72c167341..84a23408e65 100644 --- a/gcc/doc/rtl.texi +++ b/gcc/doc/rtl.texi @@ -1772,7 +1772,7 @@ saturates at the maximum signed value representable in @var{m}; This expression represents the sum of @var{x} and the low-order bits of @var{y}. It is used with @code{high} (@pxref{Constants}) to represent the typical two-instruction sequence used in RISC machines -to reference a global memory location. +to reference a global memory location. The number of low order bits is machine-dependent but is normally the number of bits in a @code{Pmode} item minus the number of |