diff options
author | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-19 18:52:04 +0000 |
---|---|---|
committer | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-19 18:52:04 +0000 |
commit | 939d0e9e368099db32e90ccf897ba66654441c03 (patch) | |
tree | 30da390cd33e90e6db68cf86fe6de34dadaf8ca5 /gcc/function.h | |
parent | 37fb5f6bf544f858961e11414686cf426a9fedf6 (diff) | |
download | gcc-939d0e9e368099db32e90ccf897ba66654441c03.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83393 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/function.h')
-rw-r--r-- | gcc/function.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/function.h b/gcc/function.h index 76a281a6192..6dd0f307804 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -259,10 +259,6 @@ struct function GTY(()) on machines which require execution of the epilogue on all returns. */ rtx x_naked_return_label; - /* Label and register for unswitching computed gotos. */ - rtx computed_goto_common_label; - rtx computed_goto_common_reg; - /* List (chain of EXPR_LISTs) of pseudo-regs of SAVE_EXPRs. So we can mark them all live at the end of the function, if nonopt. */ rtx x_save_expr_regs; |