* loop.h (total_biv_increment): Constify iv_class pointer.
authorm.hayes <m.hayes@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Jan 2001 04:09:43 +0000 (04:09 +0000)
committerm.hayes <m.hayes@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Jan 2001 04:09:43 +0000 (04:09 +0000)
commit3b853ab87d4a626bf5229082903fd2bb891f1ecf
tree841c6f7f5a681573914b47a1f9d98af2f35d31ce
parentbc7da7ad25a2593da658a98528015e3e158f3e08
* loop.h (total_biv_increment): Constify iv_class pointer.
(struct induction): Replace `mem_mode' with `mem' rtx.
* unroll.c (total_biv_increment): Constify iv_class pointer.
* loop.c (loop_giv_reduce_benefit): Derive mem mode from mem rtx.
(find_mem_givs, combine_givs_p): Likewise.
(debug_ivs, debug_iv_class, loop_ivs_dump, loop_iv_class_dump): New.

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