aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2003-06-01 21:38:28 +0200
committerAndreas Jaeger <aj@gcc.gnu.org>2003-06-01 21:38:28 +0200
commite094543212b2d376cefb9f939b40bec125994b5b (patch)
treefb475b886901b30734e089d1e30cf2163da74fe0 /gcc
parentfd66c4e31df90b53403c3fa9e2aee946f3d06064 (diff)
downloadgcc-e094543212b2d376cefb9f939b40bec125994b5b.zip
gcc-e094543212b2d376cefb9f939b40bec125994b5b.tar.gz
gcc-e094543212b2d376cefb9f939b40bec125994b5b.tar.bz2
* loop.c (check_insn_for_givs): Remove DONT_REDUCE_ADDR macro.
From-SVN: r67312
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog2
-rw-r--r--gcc/loop.c4
2 files changed, 2 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 2e6315b..54db4a1 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,7 @@
2003-06-01 Andreas Jaeger <aj@suse.de>
+ * loop.c (check_insn_for_givs): Remove DONT_REDUCE_ADDR macro.
+
* config/d30v/d30v.h: Remove text copied from the manual.
2003-06-01 Roger Sayle <roger@eyesopen.com>
diff --git a/gcc/loop.c b/gcc/loop.c
index 737ec89..cc09454 100644
--- a/gcc/loop.c
+++ b/gcc/loop.c
@@ -5578,14 +5578,10 @@ check_insn_for_givs (loop, p, not_every_iteration, maybe_multiple)
}
}
-#ifndef DONT_REDUCE_ADDR
/* Look for givs which are memory addresses. */
- /* This resulted in worse code on a VAX 8600. I wonder if it
- still does. */
if (GET_CODE (p) == INSN)
find_mem_givs (loop, PATTERN (p), p, not_every_iteration,
maybe_multiple);
-#endif
/* Update the status of whether giv can derive other givs. This can
change when we pass a label or an insn that updates a biv. */