2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-04-09 17:01:06 +08:00
From-SVN: r24786
This commit is contained in:
Jeff Law 1999-01-20 02:45:35 -07:00
parent 70f8a7a13f
commit d2551ee467

@ -30,6 +30,13 @@ Tue Jan 19 16:37:36 1999 Richard Henderson <rth@cygnus.com>
Tue Jan 19 15:00:10 1999 Jeffrey A Law (law@cygnus.com)
* 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.
* flow.c (invalidate_from_autoinc): New function.
(mark_set_1, mark_used_regs): Use it.