flow.c (update_life_info, [...]): Fixed latent bug that could happen if update_life_i...
authorKenneth Zadeck <zadeck@gcc.gnu.org>
Mon, 19 Dec 2005 02:35:44 +0000 (02:35 +0000)
committerKenneth Zadeck <zadeck@gcc.gnu.org>
Mon, 19 Dec 2005 02:35:44 +0000 (02:35 +0000)
commit3d5f877adf14a980c6bc38a5f93ecb25c1f5c553
tree0b4ed2d9a152aff6f7733ec523309ca8eb5951d1
parentfd0bd278031c12e1148fb28b4fd66849cfe61781
flow.c (update_life_info, [...]): Fixed latent bug that could happen if update_life_info was called with a blocks...

2005-12-17  Kenneth Zadeck <zadeck@naturalbridge.com>

        * flow.c (update_life_info, count_or_remove_death_notes): Fixed
latent bug that could happen if update_life_info was called with a
blocks parameter and the call to cleanup_cfg actually deleted one
of those blocks.

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