aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfglayout.c
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2003-07-07 00:05:11 +0000
committerJan Hubicka <jh@suse.cz>2003-07-07 00:05:11 +0000
commit05f547a3945614b5a0d4c0a68e439ddabc7dfbee (patch)
tree5a168149c64c4cffc5cb512700cca5eedf9b2dbf /gcc/cfglayout.c
parent89efd12aa899067ea924cae904d512f7e318cb0e (diff)
* cfglayout.c (fixup_reorder_chain): Call delete_dead_jumptables.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@69023 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cfglayout.c')
-rw-r--r--gcc/cfglayout.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cfglayout.c b/gcc/cfglayout.c
index 121e3e0e0f3..7172eaa7c3d 100644
--- a/gcc/cfglayout.c
+++ b/gcc/cfglayout.c
@@ -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. */