Commit 532e1ffa authored by hubicka's avatar hubicka
Browse files

* cfglayout.c (fixup_reorder_chain): Call delete_dead_jumptables.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69023 138bc75d-0d04-0410-961f-82ee72b054a4
parent 6beb3f76
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.
......
......@@ -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. */
......
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