Commit 9efd34a5 by Jan Hubicka Committed by Jan Hubicka

* cfglayout.c (fixup_reorder_chain): Call delete_dead_jumptables.

From-SVN: r69023
parent 9bcb9aae
Mon Jul 7 02:03:56 CEST 2003 Jan Hubicka <jh@suse.cz>
* cfglayout.c (fixup_reorder_chain): Call delete_dead_jumptables.
2003-07-06 Kazu Hirata <kazu@cs.umass.edu> 2003-07-06 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.c: Fix comment typos. * config/h8300/h8300.c: Fix comment typos.
......
...@@ -602,6 +602,7 @@ fixup_reorder_chain (void) ...@@ -602,6 +602,7 @@ fixup_reorder_chain (void)
#ifdef ENABLE_CHECKING #ifdef ENABLE_CHECKING
verify_insn_chain (); verify_insn_chain ();
#endif #endif
delete_dead_jumptables ();
/* Now add jumps and labels as needed to match the blocks new /* Now add jumps and labels as needed to match the blocks new
outgoing edges. */ outgoing edges. */
......
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