From e8a2a782ee52ad23f841cceb7a6f4aed6a69a3fd Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Wed, 21 May 2008 09:22:09 +0000 Subject: cfgexpand.c (tree_expand_cfg): Zap the EH throw statement table once finished. * cfgexpand.c (tree_expand_cfg): Zap the EH throw statement table once finished. From-SVN: r135712 --- gcc/cfgexpand.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/cfgexpand.c') diff --git a/gcc/cfgexpand.c b/gcc/cfgexpand.c index 3e36985..69a911e 100644 --- a/gcc/cfgexpand.c +++ b/gcc/cfgexpand.c @@ -1920,9 +1920,9 @@ tree_expand_cfg (void) /* We're done expanding trees to RTL. */ currently_expanding_to_rtl = 0; - /* Convert tree EH labels to RTL EH labels, and clean out any unreachable - EH regions. */ + /* Convert tree EH labels to RTL EH labels and zap the tree EH table. */ convert_from_eh_region_ranges (); + set_eh_throw_stmt_table (cfun, NULL); rebuild_jump_labels (get_insns ()); find_exception_handler_labels (); -- cgit v1.1