aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1992-03-30 16:25:38 -0800
committerJim Wilson <wilson@gcc.gnu.org>1992-03-30 16:25:38 -0800
commit128e90091593f3731cb839fc347e2badbfc54551 (patch)
treef23a061abdef7c1b24658504155565a9b12a6050
parent0009eff2ef256211d6f4bf0126159ec77425e34d (diff)
downloadgcc-128e90091593f3731cb839fc347e2badbfc54551.zip
gcc-128e90091593f3731cb839fc347e2badbfc54551.tar.gz
gcc-128e90091593f3731cb839fc347e2badbfc54551.tar.bz2
*** empty log message ***
From-SVN: r642
-rw-r--r--gcc/loop.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/loop.c b/gcc/loop.c
index 842ab12..d22e971 100644
--- a/gcc/loop.c
+++ b/gcc/loop.c
@@ -3188,6 +3188,7 @@ strength_reduce (scan_start, end, loop_top, insn_count,
&& (! condjump_p (insn)
|| (JUMP_LABEL (insn) != 0
&& (INSN_UID (JUMP_LABEL (insn)) > max_uid_for_loop
+ || INSN_UID (insn) > max_uid_for_loop
|| (INSN_LUID (JUMP_LABEL (insn))
< INSN_LUID (insn))))))
{