toplev.c (rest_of_compilation): Remove dead code after combine.
authorJan Hubicka <jh@suse.cz>
Thu, 11 May 2000 09:58:38 +0000 (09:58 +0000)
committerJan Hubicka <hubicka@gcc.gnu.org>
Thu, 11 May 2000 09:58:38 +0000 (09:58 +0000)
* toplev.c (rest_of_compilation): Remove dead code after
combine.

From-SVN: r33842

gcc/ChangeLog
gcc/toplev.c

index fdf67d018aa6a493525afb354e82d868b6816513..85b21cd28c36fe970bec0ce60d1e0b6a4b7ab1d1 100644 (file)
@@ -1,3 +1,8 @@
+Thu May 11 11:57:02 MET DST 2000  Jan Hubicka <jh@suse.cz>
+
+       * toplev.c (rest_of_compilation): Remove dead code after
+       combine.
+
 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
 
        * cpphash.c (collect_funlike_expansion): Make "# is not
index 165073fdb78dca28820a72c6387d1f667de32586..05d184698932e2aba56a4e451560ccf15acd3850 100644 (file)
@@ -3166,7 +3166,8 @@ rest_of_compilation (decl)
             global_live_at_end.  We then run sched1, which updates things
             properly, discovers the wierdness and aborts.  */
          update_life_info (NULL, UPDATE_LIFE_GLOBAL_RM_NOTES,
-                           PROP_DEATH_NOTES);
+                           PROP_DEATH_NOTES | PROP_KILL_DEAD_CODE
+                           | PROP_SCAN_DEAD_CODE);
 
          timevar_pop (TV_FLOW);
        }