Fix minor oops in last change.
From-SVN: r28848
This commit is contained in:
parent
c4f4cf33b5
commit
80b8e8de6b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
need the comparison before the conditional branch at the end of the
|
||||
loop. */
|
||||
unrolled_insn_copies = insn_count - 2;
|
||||
unrolled_insn_copies -= 1;
|
||||
#endif
|
||||
|
||||
/* We'll need one copy for each loop iteration. */
|
||||
|
|
Loading…
Add table
Reference in a new issue