diff options
author | Jan Hubicka <jh@suse.cz> | 2004-06-19 20:52:04 +0200 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2004-06-19 18:52:04 +0000 |
commit | eb4e1c013c5b2f53ec8a31c98fbcd752d089ff4b (patch) | |
tree | 30da390cd33e90e6db68cf86fe6de34dadaf8ca5 /gcc/function.c | |
parent | bc443e6def9f79e0fbfa1d3b70e59a158c85ebd9 (diff) | |
download | gcc-eb4e1c013c5b2f53ec8a31c98fbcd752d089ff4b.zip gcc-eb4e1c013c5b2f53ec8a31c98fbcd752d089ff4b.tar.gz gcc-eb4e1c013c5b2f53ec8a31c98fbcd752d089ff4b.tar.bz2 |
function.c (free_after_compilation): Do not free computed_goto_common*.
* function.c (free_after_compilation): Do not free computed_goto_common*.
* function.h (struct function): Kill computed_goto_common*.
* stmt.c (expand_computed_goto): Do not commonize the computed gotos.
* tree-cfg.c (disband_implicit_edges): Do not forward across the
commonized computed goto.
From-SVN: r83393
Diffstat (limited to 'gcc/function.c')
-rw-r--r-- | gcc/function.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/function.c b/gcc/function.c index 8d25bd2..f4f2940 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -440,8 +440,6 @@ free_after_compilation (struct function *f) f->x_cleanup_label = NULL; f->x_return_label = NULL; f->x_naked_return_label = NULL; - f->computed_goto_common_label = NULL; - f->computed_goto_common_reg = NULL; f->x_save_expr_regs = NULL; f->x_stack_slot_list = NULL; f->x_rtl_expr_chain = NULL; |