diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-05 00:53:49 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-05 00:53:49 +0000 |
commit | 09c8496f50ce856b0904a58c4d00fbb363c46a70 (patch) | |
tree | 510d68a2ce26cf216088cf583abb195855e06d3b /gcc/doc/rtl.texi | |
parent | a79b1d933a7c38b74ee89cb3bcdd55d6f2cc8ccc (diff) | |
download | gcc-09c8496f50ce856b0904a58c4d00fbb363c46a70.tar.gz |
* doc/c-tree.texi, doc/cfg.texi, doc/extend.texi, doc/gty.texi,
doc/install.texi, doc/invoke.texi, doc/md.texi, doc/passes.texi,
doc/rtl.texi, doc/tm.texi, doc/tree-ssa.texi: Remove trailing
whitespace.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90100 138bc75d-0d04-0410-961f-82ee72b054a4
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 |