OSDN Git Service

* function.h (struct function): Add rtl_inline_init, saved_for_inline.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Aug 2003 22:44:05 +0000 (22:44 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Aug 2003 22:44:05 +0000 (22:44 +0000)
commit9197503feb1ae04f7e5b952003aa94aeb0390419
treeb8bd1c0f20314f33063c82cf2cf403d0630408e5
parentecc82929a44b5a046c89ba1361c354f1466b85e4
    * function.h (struct function): Add rtl_inline_init, saved_for_inline.
        * integrate.c (save_for_inline): Set saved_for_inline.
        * c-semantics.c (genrtl_scope_stmt): Check it.
        * toplev.c (wrapup_global_declarations): Check it.
        (rest_of_handle_inlining): Set and check rtl_inline_init.
        (rest_of_compilation): Remove out of date comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70931 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-semantics.c
gcc/function.h
gcc/integrate.c
gcc/toplev.c