From 1ca59cbe15c56dce1efb1ed26863ee01109d513f Mon Sep 17 00:00:00 2001 From: Martin Jambor Date: Fri, 15 Nov 2019 17:19:09 +0100 Subject: [PATCH] ipa: Remove stray declaration 2019-11-15 Martin Jambor * ipa-utils.h (ipa_remove_useless_jump_functions): Remove stray declaration. From-SVN: r278303 --- gcc/ChangeLog | 5 +++++ gcc/ipa-utils.h | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4de97a07de8..ef4f77ee010 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2019-11-15 Martin Jambor + + * ipa-utils.h (ipa_remove_useless_jump_functions): Remove stray + declaration. + 2019-11-15 Kwok Cheung Yeung * config/gcn/gcn.c (default_requested_args): New. diff --git a/gcc/ipa-utils.h b/gcc/ipa-utils.h index 947307a3d66..60c52e0fa53 100644 --- a/gcc/ipa-utils.h +++ b/gcc/ipa-utils.h @@ -47,9 +47,6 @@ void ipa_merge_profiles (struct cgraph_node *dst, struct cgraph_node *src, bool preserve_body = false); bool recursive_call_p (tree, tree); -/* In ipa-prop.c */ -void ipa_remove_useless_jump_functions (); - /* In ipa-profile.c */ bool ipa_propagate_frequency (struct cgraph_node *node); -- 2.30.2