OSDN Git Service

* loop.h (struct loop_reg): New.
authorm.hayes <m.hayes@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Jan 2001 03:25:58 +0000 (03:25 +0000)
committerm.hayes <m.hayes@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Jan 2001 03:25:58 +0000 (03:25 +0000)
commit05cb4e5423841f6155b09dfee5bb1a032c350ee8
tree2894c78ef237e3fda3cd660020611673b41b3420
parentd286d8a0134485d298e6bb8d0cadc7a5354e8ca2
* loop.h (struct loop_reg): New.
(struct loop_regs): Change to use array of `struct loop_reg'.
* loop.c: Replace assortment of varrays with single regs array.
(count_one_set): Delete may_not_move array argument
and use regs array instead.  All caller's changed.
(count_loop_regs_set): Delete may_not_move and single_usage
arguments and use regs array instead.  All caller's changed.
(find_single_use_in_loop): Replace usage array argument with pointer
to regs structure.  All caller's changed.
(loop_optimize): Delete `moved_once' array.

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