loop.c (NUM_STORES): Delete.
authorJeff Law <law@gcc.gnu.org>
Wed, 20 Jan 1999 02:09:52 +0000 (19:09 -0700)
committerJeff Law <law@gcc.gnu.org>
Wed, 20 Jan 1999 02:09:52 +0000 (19:09 -0700)
commit5026a502aa2e4843991806661376028e25cadd62
treea9f85e4dbe33640837a87e79e8e647ca54720257
parent15e088b20edd4351b8e0913edfbae3b107175d1f
loop.c (NUM_STORES): Delete.

        * loop.c (NUM_STORES): Delete.
        (loop_store_mems): Turn into an EXPR_LIST of MEMs.
        (prescan_loop): Properly initialize loop_mems_idx.
        (note_addr_stored): Simplify using list structure instead of
        fixed sized array.
        (invariant_p, check_dbra_loop, load_mems): Similarly.

From-SVN: r24782
gcc/loop.c