flow.c (update_life_info): Ignore return value of cleanup_cfg.
authorHans-Peter Nilsson <hp@bitrange.com>
Thu, 18 Apr 2002 22:11:39 +0000 (22:11 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Thu, 18 Apr 2002 22:11:39 +0000 (22:11 +0000)
commit566576e718cd3b186d65e3c61f06d502a8a18391
tree2550711f6345c8adfdb0b74c4c8867c6f20bed66
parent0c7c67f076002dedbf8efd533e03e46c28c60ad4
flow.c (update_life_info): Ignore return value of cleanup_cfg.

* flow.c (update_life_info): Ignore return value of cleanup_cfg.
Mask out PROP_SCAN_DEAD_CODE | PROP_KILL_DEAD_CODE in
propagate_block calls after relaxation loop using new variable
stabilized_prop_flags.

From-SVN: r52498
gcc/ChangeLog
gcc/flow.c