diff options
author | Paul Koning <pkoning@equallogic.com> | 2002-08-30 19:18:51 +0000 |
---|---|---|
committer | Paul Koning <pkoning@gcc.gnu.org> | 2002-08-30 15:18:51 -0400 |
commit | 4226378aefe355b21dae1617001362f886248b61 (patch) | |
tree | 710e5e1ffba1986bcaf31e3064b6c4aef3b2ac0c /gcc/doc/rtl.texi | |
parent | b8074dbe8abf279b6bf0422718b630e91ea6c9c9 (diff) | |
download | gcc-4226378aefe355b21dae1617001362f886248b61.zip gcc-4226378aefe355b21dae1617001362f886248b61.tar.gz gcc-4226378aefe355b21dae1617001362f886248b61.tar.bz2 |
c-tree.texi (RDIV_EXPR): Fix typo.
* doc/c-tree.texi (RDIV_EXPR): Fix typo.
* doc/rtl.texi (post_modify): Remove misplaced text, remove "not
implemented" note.
* doc/md.texi (IP2K): Move machine-specific constraints before MIPS
for alphabetic order.
* doc/tm.texi (TARGET_FLOAT_FORMAT): Update description for
VAX_FLOAT_FORMAT. Remove reference to HOST_FLOAT_FORMAT.
(VAX_HALFWORD_ORDER): Document.
(LARGEST_EXPONENT_IS_NORMAL): Remove note about being only for
IEEE float format.
(TARGET_SCHED_ISSUE_RATE): Reword reference to MAX_DFA_ISSUE_RATE.
(ASM_OUTPUT_LABEL_REF): Fix font.
(CASE_VECTOR_SHORTEN_MODE): Ditto.
From-SVN: r56687
Diffstat (limited to 'gcc/doc/rtl.texi')
-rw-r--r-- | gcc/doc/rtl.texi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/doc/rtl.texi b/gcc/doc/rtl.texi index 8db2e9c..99ad12c 100644 --- a/gcc/doc/rtl.texi +++ b/gcc/doc/rtl.texi @@ -2577,9 +2577,6 @@ Represents the side effect of setting @var{x} to @var{y} and represents @var{x} before @var{x} is modified. @var{x} must be a @code{reg} or @code{mem}, but most machines allow only a @code{reg}. @var{m} must be the machine mode for pointers on the machine in use. -The amount @var{x} is decremented by is the length in bytes of the -machine mode of the containing memory reference of which this expression -serves as the address. Note that this is not currently implemented. The expression @var{y} must be one of three forms: @table @code |