]> git.ipfire.org Git - thirdparty/gcc.git/commit
* loop.c (NUM_STORES): Delete.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Jan 1999 02:09:52 +0000 (02:09 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Jan 1999 02:09:52 +0000 (02:09 +0000)
commit8e34e843be288bff53f3f0d889abf198418e8205
treea9f85e4dbe33640837a87e79e8e647ca54720257
parenta447bb5e2c760d642e61e4e3c00458f860343cb2
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24782 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/loop.c