Commit 13462862 by Alexandre Oliva Committed by Alexandre Oliva

* ifcvt.c (if_convert): Scan and kill dead code.

From-SVN: r34057
parent 242b0ce6
2000-05-20 Alexandre Oliva <aoliva@cygnus.com> 2000-05-20 Alexandre Oliva <aoliva@cygnus.com>
* ifcvt.c (if_convert): Scan and kill dead code.
* emit-rtl.c (unshare_all_rtl): Store the copied rtx. * emit-rtl.c (unshare_all_rtl): Store the copied rtx.
2000-05-20 Zack Weinberg <zack@wolery.cumb.org> 2000-05-20 Zack Weinberg <zack@wolery.cumb.org>
...@@ -2038,7 +2038,8 @@ if_convert (life_data_ok) ...@@ -2038,7 +2038,8 @@ if_convert (life_data_ok)
count_or_remove_death_notes (update_life_blocks, 1); count_or_remove_death_notes (update_life_blocks, 1);
update_life_info (update_life_blocks, UPDATE_LIFE_LOCAL, update_life_info (update_life_blocks, UPDATE_LIFE_LOCAL,
PROP_DEATH_NOTES); PROP_DEATH_NOTES | PROP_SCAN_DEAD_CODE
| PROP_KILL_DEAD_CODE);
sbitmap_free (update_life_blocks); sbitmap_free (update_life_blocks);
} }
...@@ -2058,6 +2059,7 @@ if_convert (life_data_ok) ...@@ -2058,6 +2059,7 @@ if_convert (life_data_ok)
} }
#ifdef ENABLE_CHECKING #ifdef ENABLE_CHECKING
verify_flow_info (); if (life_data_ok)
verify_flow_info ();
#endif #endif
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment