diff options
author | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-07 11:46:11 +0000 |
---|---|---|
committer | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-07 11:46:11 +0000 |
commit | 82c337e3df2f9eaffff66b7672b0da9d6c02815d (patch) | |
tree | 579cb0c1312ee35374c71800e7fdc1bbc34c7989 /gcc/config/ip2k | |
parent | 5457b64599c4fd4a544ec3fd5d552e5e6feeb0cf (diff) | |
download | gcc-82c337e3df2f9eaffff66b7672b0da9d6c02815d.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67585 138bc75d-0d04-0410-961f-82ee72b054a4
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 2c46924fca5..a6c6256270f 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 |