]> gcc.gnu.org Git - gcc.git/commit
tree.h (immediate_size_expand): Delete.
authorRichard Henderson <rth@redhat.com>
Thu, 1 Jul 2004 00:38:38 +0000 (17:38 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 1 Jul 2004 00:38:38 +0000 (17:38 -0700)
commit6a0bec2ce1817d8cb78a4a9c1729855382d412cd
tree11be711913612228df3a6979d2909f5aa10224d3
parent1730c8f5a7e5dfdbb208ce8ae60b7630d1bb5bc4
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
12 files changed:
gcc/ChangeLog
gcc/c-decl.c
gcc/cfgexpand.c
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/cp/method.c
gcc/fortran/ChangeLog
gcc/fortran/trans-decl.c
gcc/function.c
gcc/stor-layout.c
gcc/tree-optimize.c
gcc/tree.h
This page took 0.061301 seconds and 5 git commands to generate.