]> git.ipfire.org Git - thirdparty/gcc.git/commit
langhooks.c (lhd_tree_inlining_add_pending_fn_decls, [...]): Remove.
authorSteven Bosscher <steven@gcc.gnu.org>
Sun, 8 Apr 2007 13:14:39 +0000 (13:14 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Sun, 8 Apr 2007 13:14:39 +0000 (13:14 +0000)
commitcb9c159dc06636e48563e8bf42ed324a9c27198a
tree3131cbc57239573b2da8bd670e8d0495b8a896a9
parentd8a1f0fb6410959cdba82bfc82e0d37bf102fe98
langhooks.c (lhd_tree_inlining_add_pending_fn_decls, [...]): Remove.

* langhooks.c (lhd_tree_inlining_add_pending_fn_decls,
lhd_tree_inlining_anon_aggr_type_p, lhd_tree_inlining_start_inlining,
lhd_tree_inlining_end_inlining): Remove.
* langhooks.h (struct lang_hooks_for_tree_inlining): Remove then
add_pending_fn_decls, anon_aggr_type_p, start_inlining, and
end_inlining hooks.
* langhooks-def.h (lhd_tree_inlining_add_pending_fn_decls,
lhd_tree_inlining_anon_aggr_type_p, lhd_tree_inlining_start_inlining,
lhd_tree_inlining_end_inlining): Remove prototypes.
(LANG_HOOKS_TREE_INLINING_ADD_PENDING_FN_DECLS,
LANG_HOOKS_TREE_INLINING_ANON_AGGR_TYPE_P,
LANG_HOOKS_TREE_INLINING_START_INLINING,
LANG_HOOKS_TREE_INLINING_END_INLINING): Remove.

* c-objc-common.h (LANG_HOOKS_TREE_INLINING_ANON_AGGR_TYPE_P): Do
not set it.

cp/
* cp-objcp-common.h (LANG_HOOKS_TREE_INLINING_ADD_PENDING_FN_DECLS):
Do not set it.
(LANG_HOOKS_TREE_INLINING_ANON_AGGR_TYPE_P): Do not set it.
* tree.c (cp_add_pending_fn_decls): Remove.
* cp-tree.h (cp_add_pending_fn_decls): Remove prototype.

From-SVN: r123658
gcc/ChangeLog
gcc/c-objc-common.h
gcc/cp/ChangeLog
gcc/cp/cp-objcp-common.h
gcc/cp/cp-tree.h
gcc/cp/tree.c
gcc/langhooks-def.h
gcc/langhooks.c
gcc/langhooks.h