]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-inline.c (tree_inlinable_function_p): Do not test DECL_REPLACEABLE_P.
authorJan Hubicka <jh@suse.cz>
Tue, 7 Sep 2010 21:26:34 +0000 (23:26 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Tue, 7 Sep 2010 21:26:34 +0000 (21:26 +0000)
commitf27e50db1ab5c90adf4ce77902a4e5783196d7d7
tree9387799cf71631d4729cdd22bf7ff6259166a129
parenta0766cdbb98bcbfb85f977930d3cead1f02f292a
tree-inline.c (tree_inlinable_function_p): Do not test DECL_REPLACEABLE_P.

* 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.

From-SVN: r163972
gcc/ChangeLog
gcc/cif-code.def
gcc/ipa-inline.c
gcc/tree-inline.c