]> gcc.gnu.org Git - gcc.git/commit
function.h (struct function): Remove x_whole_function_mode_p.
authorRichard Henderson <rth@redhat.com>
Thu, 1 Jul 2004 01:12:19 +0000 (18:12 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 1 Jul 2004 01:12:19 +0000 (18:12 -0700)
commit4025c040c5d5676e50b8a46d8c3820feb7f55fd8
tree0acb30dc1fe30a10aa0f49858ffea3a987341bb4
parent6a0bec2ce1817d8cb78a4a9c1729855382d412cd
function.h (struct function): Remove x_whole_function_mode_p.

        * function.h (struct function): Remove x_whole_function_mode_p.
        * c-decl.c (store_parm_decls): Don't set it.
        * tree-optimize.c (tree_rest_of_compilation): Likewise.
        * passes.c (rest_of_compilation): Don't check it.
        * stmt.c (expand_fixup): Likewise.
        * function.c (fixup_var_refs_insn): Remove unused variable.
fortran/
        * trans-decl.c (gfc_generate_function_code): Don't set
        x_whole_function_mode_p.
        (gfc_generate_constructors): Likewise.

From-SVN: r83947
gcc/ChangeLog
gcc/c-decl.c
gcc/fortran/ChangeLog
gcc/fortran/trans-decl.c
gcc/function.c
gcc/function.h
gcc/passes.c
gcc/stmt.c
gcc/tree-optimize.c
This page took 0.055185 seconds and 5 git commands to generate.