diff options
author | Richard Henderson <rth@redhat.com> | 2004-06-30 17:38:38 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2004-06-30 17:38:38 -0700 |
commit | 6a0bec2ce1817d8cb78a4a9c1729855382d412cd (patch) | |
tree | 11be711913612228df3a6979d2909f5aa10224d3 /gcc/tree-optimize.c | |
parent | 1730c8f5a7e5dfdbb208ce8ae60b7630d1bb5bc4 (diff) | |
download | gcc-6a0bec2ce1817d8cb78a4a9c1729855382d412cd.zip gcc-6a0bec2ce1817d8cb78a4a9c1729855382d412cd.tar.gz gcc-6a0bec2ce1817d8cb78a4a9c1729855382d412cd.tar.bz2 |
tree.h (immediate_size_expand): Delete.
* tree.h (immediate_size_expand): Delete.
* stor-layout.c (immediate_size_expand): Delete.
(variable_size): Don't look at it.
* c-decl.c (push_parm_decl): Don't frob immediate_size_expand.
(start_function): Likewise.
* cfgexpand.c (construct_exit_block): Likewise.
* function.c (init_function_start, expand_function_end): Likewise.
* tree-optimize.c (tree_rest_of_compilation): Likewise.
cp/
* decl.c (start_preparsed_function): Don't set immediate_size_expand.
* method.c (use_thunk): Likewise.
fortran/
* trans-decl.c (gfc_generate_function_code): Don't set
immediate_size_expand.
(gfc_generate_constructors): Likewise.
From-SVN: r83946
Diffstat (limited to 'gcc/tree-optimize.c')
-rw-r--r-- | gcc/tree-optimize.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree-optimize.c b/gcc/tree-optimize.c index be663bb..a4ee979 100644 --- a/gcc/tree-optimize.c +++ b/gcc/tree-optimize.c @@ -474,7 +474,6 @@ tree_rest_of_compilation (tree fndecl, bool nested_p) call expand_expr to calculate the size of a variable-sized array. We haven't necessarily assigned RTL to all variables yet, so it's not safe to try to expand expressions involving them. */ - immediate_size_expand = 0; cfun->x_dont_save_pending_sizes_p = 1; node = cgraph_node (fndecl); |