summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-01-08 03:32:29 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-01-08 03:32:29 +0000
commit3de47b52bcee158c7651efe0a61109a5b5ad5856 (patch)
treec8f64a50cdb33d85997700be330edb52bc264329
parent201ac2aba0867acab6d86ac35f15f46f3043f727 (diff)
Notes
-rw-r--r--gnu/usr.bin/cc/cc_int/loop.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/usr.bin/cc/cc_int/loop.c b/gnu/usr.bin/cc/cc_int/loop.c
index 73037ae37972..1e65cdedf690 100644
--- a/gnu/usr.bin/cc/cc_int/loop.c
+++ b/gnu/usr.bin/cc/cc_int/loop.c
@@ -6079,6 +6079,10 @@ maybe_eliminate_biv_1 (x, insn, bl, eliminate_p, where)
else
break;
+#if 0 /* XXX patch to correct strength-reduction problem from
+ * Richard Henderson <richard@atheist.tamu.edu> incorporated
+ * 3 Jan 1996 - jkh@FreeBSD.org
+ */
if (CONSTANT_P (arg))
{
/* First try to replace with any giv that has constant positive
@@ -6224,6 +6228,7 @@ maybe_eliminate_biv_1 (x, insn, bl, eliminate_p, where)
}
#endif
}
+#endif
/* If we get here, the biv can't be eliminated. */
return 0;