*** empty log message ***

From-SVN: r642
This commit is contained in:
Jim Wilson 1992-03-30 16:25:38 -08:00
parent 0009eff2ef
commit 128e900915

View File

@ -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))))))
{