aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJan Hubicka <hubicka@gcc.gnu.org>2018-11-20 15:58:37 +0000
committerJan Hubicka <hubicka@gcc.gnu.org>2018-11-20 15:58:37 +0000
commit84bfc7328990c247d74c6f6fde4320d11d4403db (patch)
tree69740ab1f47fd858805ac9243a27b5948cc3c07b /gcc
parent0b6808320905d6249e65267870b4a0cc0b0f678f (diff)
downloadgcc-84bfc7328990c247d74c6f6fde4320d11d4403db.zip
gcc-84bfc7328990c247d74c6f6fde4320d11d4403db.tar.gz
gcc-84bfc7328990c247d74c6f6fde4320d11d4403db.tar.bz2
re PR ipa/87706 (Inlined functions trigger invalid -Wmissing-profile warning)
PR ipa/87706 * ipa-fnsummary.c (pass_ipa_fnsummary): Do not remove functions * ipa.c (possible_inline_candidate_p): Break out from .. (process_references): ... here ; drop before_inlining_p; cleanup handling of alises. (walk_polymorphic_call_targets): Likewise. (symbol_table::remove_unreachable_nodes): Likewise. * passes.c (pass_data_ipa_remove_symbols): New structure. (pass_ipa_remove_symbols): New pass. (make_pass_ipa_remove_symbols): New function. * tree-pass.h (make_pass_ipa_remove_symbols): Declare. * passes.def (pass_ipa_remove_symbols): Schedule after early passes. From-SVN: r266320
Diffstat (limited to 'gcc')
-rw-r--r--gcc/tree-pass.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-pass.h b/gcc/tree-pass.h
index af15adc..2f8779e 100644
--- a/gcc/tree-pass.h
+++ b/gcc/tree-pass.h
@@ -488,6 +488,7 @@ extern simple_ipa_opt_pass *make_pass_ipa_auto_profile (gcc::context *ctxt);
extern simple_ipa_opt_pass *make_pass_build_ssa_passes (gcc::context *ctxt);
extern simple_ipa_opt_pass *make_pass_local_optimization_passes (gcc::context *ctxt);
+extern simple_ipa_opt_pass *make_pass_ipa_remove_symbols (gcc::context *ctxt);
extern ipa_opt_pass_d *make_pass_ipa_whole_program_visibility (gcc::context
*ctxt);