diff options
author | Jan Hubicka <jh@suse.cz> | 2002-03-16 12:01:15 +0000 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2002-03-16 12:01:15 +0000 |
commit | e41f33923b4ffd3cecb8cb179d6e47df811c23ae (patch) | |
tree | 7a95bb3318d3e33c6a340c804360edd841cd6eb9 /gcc/cfgcleanup.c | |
parent | 576786b00f1d22845a02da3c83b41249a91dd29d (diff) | |
download | gcc-e41f33923b4ffd3cecb8cb179d6e47df811c23ae.zip gcc-e41f33923b4ffd3cecb8cb179d6e47df811c23ae.tar.gz gcc-e41f33923b4ffd3cecb8cb179d6e47df811c23ae.tar.bz2 |
* cfgcleanup.c (cleanup_cfg): Fix updating of liveness.
From-SVN: r50876
Diffstat (limited to 'gcc/cfgcleanup.c')
-rw-r--r-- | gcc/cfgcleanup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfgcleanup.c b/gcc/cfgcleanup.c index 2733726..078b669 100644 --- a/gcc/cfgcleanup.c +++ b/gcc/cfgcleanup.c @@ -1765,7 +1765,7 @@ cleanup_cfg (mode) /* Cleaning up CFG introduces more oppurtunities for dead code removal that in turn may introduce more oppurtunities for cleaning up the CFG. */ - if (!update_life_info_in_dirty_blocks (UPDATE_LIFE_GLOBAL, + if (!update_life_info_in_dirty_blocks (UPDATE_LIFE_GLOBAL_RM_NOTES, PROP_DEATH_NOTES | PROP_SCAN_DEAD_CODE | PROP_KILL_DEAD_CODE |