loop.c (scan_loop): Use xcalloc for the regs array.
authorRichard Henderson <rth@redhat.com>
Sat, 6 Jan 2001 23:13:58 +0000 (15:13 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 6 Jan 2001 23:13:58 +0000 (15:13 -0800)
commit587f56c2413efd99d7813316d01c9321289008dd
treedb993f2880eb1910cbbfa2e33bf674fe8a9e0234
parentcd5662732a9ce840e9276d18b080cd38ec1d66a5
loop.c (scan_loop): Use xcalloc for the regs array.

        * loop.c (scan_loop): Use xcalloc for the regs array.
        (load_mems_and_recount_loop_regs_set): Zero the new memory
        received from xrealloc.

From-SVN: r38752
gcc/ChangeLog
gcc/loop.c