aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-utils.h
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2013-09-06 12:13:37 +0200
committerJan Hubicka <hubicka@gcc.gnu.org>2013-09-06 10:13:37 +0000
commitfc11f321bbffb92287ee4f25aa70eab40f66a163 (patch)
treee167b438c335f3bc2a8367366839e99f406f78e4 /gcc/ipa-utils.h
parent9a6af4504b8bc9b03020b1e96a3bad56d9929916 (diff)
downloadgcc-fc11f321bbffb92287ee4f25aa70eab40f66a163.zip
gcc-fc11f321bbffb92287ee4f25aa70eab40f66a163.tar.gz
gcc-fc11f321bbffb92287ee4f25aa70eab40f66a163.tar.bz2
re PR middle-end/58094 (IPA devirt testsuite errors)
PR middle-end/58094 * cgraph.h (symtab_semantically_equivalent_p): Declare. * tree-tailcall.c: Include ipa-utils.h. (find_tail_calls): Use it. * ipa-pure-const.c (check_call): Likewise. * ipa-utils.c (recursive_call_p): New function. * ipa-utils.h (recursive_call_p): Dclare. * symtab.c (symtab_nonoverwritable_alias): Fix formatting. (symtab_semantically_equivalent_p): New function. * Makefile.in (tree-tailcall.o): Update dependencies. From-SVN: r202316
Diffstat (limited to 'gcc/ipa-utils.h')
-rw-r--r--gcc/ipa-utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ipa-utils.h b/gcc/ipa-utils.h
index 5619b5d..d6f390d 100644
--- a/gcc/ipa-utils.h
+++ b/gcc/ipa-utils.h
@@ -46,6 +46,7 @@ int ipa_reverse_postorder (struct cgraph_node **);
tree get_base_var (tree);
void ipa_merge_profiles (struct cgraph_node *dst,
struct cgraph_node *src);
+bool recursive_call_p (tree, tree);
/* In ipa-profile.c */
bool ipa_propagate_frequency (struct cgraph_node *node);