Commit 80b8e8de by Jeff Law

Fix minor oops in last change.

From-SVN: r28848
parent c4f4cf33
...@@ -5145,7 +5145,7 @@ strength_reduce (scan_start, end, loop_top, insn_count, ...@@ -5145,7 +5145,7 @@ strength_reduce (scan_start, end, loop_top, insn_count,
/* When we completely unroll a loop on a HAVE_cc0 machine we will not /* When we completely unroll a loop on a HAVE_cc0 machine we will not
need the comparison before the conditional branch at the end of the need the comparison before the conditional branch at the end of the
loop. */ loop. */
unrolled_insn_copies = insn_count - 2; unrolled_insn_copies -= 1;
#endif #endif
/* We'll need one copy for each loop iteration. */ /* We'll need one copy for each loop iteration. */
......
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