PR middle-end/19698
commitb811afb0df17c2de8ea2ea78c002e48f4606d6dd
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 20 Feb 2005 11:09:16 +0000 (20 11:09 +0000)
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 20 Feb 2005 11:09:16 +0000 (20 11:09 +0000)
tree90c7593e6e12d11084f0ca47062016f232b3612f
parent102b6538abc58c07877d2b9477268df4f72ca9eb
PR middle-end/19698
* function.h (struct function): New field `max_loop_depth'.
* cfgloop.c (establish_preds): Update maximum loop depth seen so far.
(flow_loops_find): Reset the max loop depth count before finding loops.
* flow.c (MAX_LIVENESS_ROUNDS): New constant.
(update_life_info_in_dirty_blocks): Remove 2002-05-28 workaround.
(calculate_global_regs_live): Make sure the loop will terminate
when the initial sets are not empty.

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