diff options
author | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-07 21:26:34 +0000 |
---|---|---|
committer | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-07 21:26:34 +0000 |
commit | af9e0580054af526b27960b817445c86dc81c46d (patch) | |
tree | 9387799cf71631d4729cdd22bf7ff6259166a129 /gcc/cif-code.def | |
parent | aacbd09efc12a36f5d313a3d8d8f661e50272a84 (diff) | |
download | gcc-af9e0580054af526b27960b817445c86dc81c46d.tar.gz |
* 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
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")) |