]> git.ipfire.org Git - thirdparty/gcc.git/commit
function.h (struct function): Add saved blocks/unexpanded var list.
authorJan Hubicka <jh@suse.cz>
Thu, 30 Jun 2005 00:47:49 +0000 (02:47 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Thu, 30 Jun 2005 00:47:49 +0000 (00:47 +0000)
commitacb8f2123d5a627e6c5dad2e78fd57d2bd6c6fb1
tree61f3a41e0903263a69773a750d50202e1e71289e
parent0abb14c01353a5f52ee2a5fee73ed0862d306af0
function.h (struct function): Add saved blocks/unexpanded var list.

* function.h (struct function): Add saved blocks/unexpanded var list.
* gimple-low.c (record_vars): Insert only VAR_DECLs.
* tree-inline.c (add_lexical_block): Declare; do not clear sublocks.
(remap_decl): Do not declare vars.
(remap_block): Do not care inserting blocks.
(remap_blocks): New function.
(copy_body_r): Update debug info.
(expand_call_inline): Duplicate callee block tree into caller;
copy all the unexpanded_var_list.
(save_body): Save unexpanded_var_list and blocks.
* tree-optimize.c (tree_rest_of_optimization): Restore
blocks/unexpanded_var_list.

From-SVN: r101449
gcc/ChangeLog
gcc/function.h
gcc/gimple-low.c
gcc/tree-inline.c
gcc/tree-optimize.c