diff options
author | Jan Hubicka <jh@suse.cz> | 2010-09-07 23:26:34 +0200 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2010-09-07 21:26:34 +0000 |
commit | f27e50db1ab5c90adf4ce77902a4e5783196d7d7 (patch) | |
tree | 9387799cf71631d4729cdd22bf7ff6259166a129 /gcc/cif-code.def | |
parent | a0766cdbb98bcbfb85f977930d3cead1f02f292a (diff) | |
download | gcc-f27e50db1ab5c90adf4ce77902a4e5783196d7d7.tar.gz |
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
Diffstat (limited to 'gcc/cif-code.def')
-rw-r--r-- | gcc/cif-code.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/cif-code.def b/gcc/cif-code.def index 4898486c315..fda104a51bd 100644 --- a/gcc/cif-code.def +++ b/gcc/cif-code.def @@ -88,3 +88,5 @@ DEFCIFCODE(ORIGINALLY_INDIRECT_CALL, /* Ths edge represents an indirect edge with a yet-undetermined callee . */ DEFCIFCODE(INDIRECT_UNKNOWN_CALL, N_("indirect function call with a yet undetermined callee")) + +DEFCIFCODE(OVERWRITABLE, N_("function body can be overwriten at linktime")) |