diff options
author | Andreas Jaeger <aj@gcc.gnu.org> | 2003-06-07 13:46:11 +0200 |
---|---|---|
committer | Andreas Jaeger <aj@gcc.gnu.org> | 2003-06-07 13:46:11 +0200 |
commit | e62b6ea148dbc37744d9eaebd0a73f64aec64b5c (patch) | |
tree | 579cb0c1312ee35374c71800e7fdc1bbc34c7989 /gcc/config/ip2k | |
parent | 2772ef3ef33609dd64209323e9418a847685971a (diff) | |
download | gcc-e62b6ea148dbc37744d9eaebd0a73f64aec64b5c.zip gcc-e62b6ea148dbc37744d9eaebd0a73f64aec64b5c.tar.gz gcc-e62b6ea148dbc37744d9eaebd0a73f64aec64b5c.tar.bz2 |
tm.texi (Costs): Remove DONT_REDUCE_ADDR documentation.
* doc/tm.texi (Costs): Remove DONT_REDUCE_ADDR documentation.
* config/avr/avr.h: Remove comment regarding DONT_REDUCE_ADDR.
* config/dsp16xx/dsp16xx.h: Likewise.
* config/i386/i386.h: Likewise.
* config/ip2k/ip2k.h: Likewise.
From-SVN: r67585
Diffstat (limited to 'gcc/config/ip2k')
-rw-r--r-- | gcc/config/ip2k/ip2k.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/ip2k/ip2k.h b/gcc/config/ip2k/ip2k.h index 2c46924..a6c6256 100644 --- a/gcc/config/ip2k/ip2k.h +++ b/gcc/config/ip2k/ip2k.h @@ -1821,11 +1821,6 @@ do { \ If the value of this macro is always zero, it need not be defined. - `DONT_REDUCE_ADDR' - Define this macro to inhibit strength reduction of memory - addresses. (On some machines, such strength reduction seems to do - harm rather than good.) - `MOVE_RATIO' The number of scalar move insns which should be generated instead of a string move insn or a library call. Increasing the value |