aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfglayout.c
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2003-07-07 02:05:11 +0200
committerJan Hubicka <hubicka@gcc.gnu.org>2003-07-07 00:05:11 +0000
commit9efd34a5ebfcf80710394c25327afefbee5da8c0 (patch)
tree5a168149c64c4cffc5cb512700cca5eedf9b2dbf /gcc/cfglayout.c
parent9bcb9aae27c7ffe6a74521f951918739d87518ba (diff)
downloadgcc-9efd34a5ebfcf80710394c25327afefbee5da8c0.zip
gcc-9efd34a5ebfcf80710394c25327afefbee5da8c0.tar.gz
gcc-9efd34a5ebfcf80710394c25327afefbee5da8c0.tar.bz2
* cfglayout.c (fixup_reorder_chain): Call delete_dead_jumptables.
From-SVN: r69023
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 121e3e0..7172eaa 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. */