* cfglayout.c (fixup_reorder_chain): Call delete_dead_jumptables.

From-SVN: r69023
This commit is contained in:
Jan Hubicka 2003-07-07 02:05:11 +02:00 committed by Jan Hubicka
parent 9bcb9aae27
commit 9efd34a5eb
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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>
* config/h8300/h8300.c: Fix comment typos.

View File

@ -602,6 +602,7 @@ fixup_reorder_chain (void)
#ifdef ENABLE_CHECKING
verify_insn_chain ();
#endif
delete_dead_jumptables ();
/* Now add jumps and labels as needed to match the blocks new
outgoing edges. */