summaryrefslogtreecommitdiff
path: root/gcc/cfglayout.c
diff options
context:
space:
mode:
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2003-07-07 00:05:11 +0000
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2003-07-07 00:05:11 +0000
commit532e1ffa0bdee97e1f2c28f5da22398be23c3526 (patch)
tree5a168149c64c4cffc5cb512700cca5eedf9b2dbf /gcc/cfglayout.c
parent6beb3f768f89ec3d5a2b29fa3cbb0bace1f630a1 (diff)
downloadgcc-532e1ffa0bdee97e1f2c28f5da22398be23c3526.tar.gz
* 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
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. */