* tree-inline.c (tree_inlinable_function_p): Do not test DECL_REPLACEABLE_P.
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 7 Sep 2010 21:26:34 +0000 (21:26 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 7 Sep 2010 21:26:34 +0000 (21:26 +0000)
commitaf9e0580054af526b27960b817445c86dc81c46d
tree9387799cf71631d4729cdd22bf7ff6259166a129
parentaacbd09efc12a36f5d313a3d8d8f661e50272a84
* tree-inline.c (tree_inlinable_function_p): Do not test DECL_REPLACEABLE_P.
* ipa-inline.c (cgraph_default_inline_p, update_caller_keys, update_callee_keys,
cgraph_decide_inlining): Test function availability.
* cif-code.def (OVERWRITABLE): New code.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@163972 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cif-code.def
gcc/ipa-inline.c
gcc/tree-inline.c