aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop.c
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/loop.c
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/loop.c')
-rw-r--r--gcc/loop.c4
1 files changed, 0 insertions, 4 deletions
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. */