]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/loop-iv.c
cfgloop.h (struct loop_desc): Removed.
authorZdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
Tue, 2 Mar 2004 20:21:14 +0000 (21:21 +0100)
committerZdenek Dvorak <rakdver@gcc.gnu.org>
Tue, 2 Mar 2004 20:21:14 +0000 (20:21 +0000)
commitf2dca5108e3a8bf721c56b446aa2aeb2091d5a47
tree03d6330174d251bdfd1929424a8e069dabc26ca6
parentec2075e96246b5275a3b277fd401a57cafbf73e2
cfgloop.h (struct loop_desc): Removed.

* cfgloop.h (struct loop_desc): Removed.
(struct loop): Fields simple, desc and has_desc removed.
(simple_loop_p, count_loop_iterations): Declaration removed.
* cfgloopanal.c (struct unmark_altered_insn_data): Removed.
(unmark_altered, blocks_invariant_registers, unmark_altered_insn
blocks_single_set_registers, invariant_rtx_wrto_regs_p_helper,
invariant_rtx_wrto_regs_p, test_for_iteration, constant_iterations,
simple_loop_exit_p, variable_initial_value, variable_initial_values,
simple_condition_p, simple_increment, count_strange_loop_iterations,
inverse, fits_in_mode_p, simple_loop_p, count_loop_iterations):
Removed.
* loop-iv.c (check_simple_exit, find_simple_exit): Update comments.

From-SVN: r78777
gcc/ChangeLog
gcc/cfgloop.h
gcc/cfgloopanal.c
gcc/loop-iv.c