aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraph.h
diff options
context:
space:
mode:
authorJan Hubicka <hubicka@ucw.cz>2015-01-29 08:43:14 +0100
committerJan Hubicka <hubicka@gcc.gnu.org>2015-01-29 07:43:14 +0000
commit10881cffc20a2eddc90f40ec5796fc0ce697f8d7 (patch)
treef011650fc0f421082a967c18e661f127af6f2860 /gcc/cgraph.h
parentbea30e0dea2888c88064fcebc106ef1647b16897 (diff)
downloadgcc-10881cffc20a2eddc90f40ec5796fc0ce697f8d7.zip
gcc-10881cffc20a2eddc90f40ec5796fc0ce697f8d7.tar.gz
gcc-10881cffc20a2eddc90f40ec5796fc0ce697f8d7.tar.bz2
re PR ipa/64801 (kernel build failure due to ICF)
PR ipa/64801 * gcc.dg/tree-ssa/pr64801.c: New testcase. * cgraphunit.c (init_lowered_empty_function): Add CoUNT parameter; make sane BB profile. (cgraph_node::expand_thunk): Make sane BB profile. (cgraph_node::create_wrapper): Do not set call_stmt_cannot_inline_p. * cgraph.h (init_lowered_empty_function): Update prototype. * config/i386/i386.c (make_resolver_func): Update call. * predict.c (gate): Disable branch prediction pass if profile is already there. From-SVN: r220230
Diffstat (limited to 'gcc/cgraph.h')
-rw-r--r--gcc/cgraph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cgraph.h b/gcc/cgraph.h
index e3e29d0..40e6c6c 100644
--- a/gcc/cgraph.h
+++ b/gcc/cgraph.h
@@ -2194,7 +2194,7 @@ void cgraphunit_c_finalize (void);
/* Initialize datastructures so DECL is a function in lowered gimple form.
IN_SSA is true if the gimple is in SSA. */
-basic_block init_lowered_empty_function (tree, bool);
+basic_block init_lowered_empty_function (tree, bool, gcov_type);
/* In cgraphclones.c */