Commit 128e9009 by Jim Wilson

*** empty log message ***

From-SVN: r642
parent 0009eff2
......@@ -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))))))
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment