From: Jim Wilson Date: Tue, 31 Mar 1992 00:25:38 +0000 (-0800) Subject: *** empty log message *** X-Git-Tag: misc/cutover-egcs-0~13289 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=128e90091593f3731cb839fc347e2badbfc54551;p=thirdparty%2Fgcc.git *** empty log message *** From-SVN: r642 --- diff --git a/gcc/loop.c b/gcc/loop.c index 842ab1210cf2..d22e97126e59 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)))))) {