loop.c (check_insn_for_bivs): Use ivs->n_regs to check array bounds.
authorMichael Hayes <mhayes@redhat.com>
Mon, 1 Jan 2001 01:04:01 +0000 (01:04 +0000)
committerMichael Hayes <m.hayes@gcc.gnu.org>
Mon, 1 Jan 2001 01:04:01 +0000 (01:04 +0000)
commit86fee241f7c026808dcba406f62751dfbeac8c1c
tree168553bb855f69a9560df11aa4e6f6a692c8b648
parentb2735d9a75162d5e0585ea5f615a8fc5bc544841
loop.c (check_insn_for_bivs): Use ivs->n_regs to check array bounds.

* loop.c (check_insn_for_bivs): Use ivs->n_regs to check array bounds.
(find_mem_givs, record_biv, maybe_eliminate_biv): Likewise.
(record_initial): Likewise.
* unroll.c (copy_loop_body, loop_iterations): Likewise.
(remap_split_bivs): Likewise.

From-SVN: r38584
gcc/ChangeLog
gcc/loop.c
gcc/unroll.c