On Thu, Nov 14 2019, Jan Hubicka wrote:
>> On Mon, Nov 04 2019, Jan Hubicka wrote:
>> > Index: ipa-utils.h
>> > ===================================================================
>> > --- ipa-utils.h    (revision 277780)
>> > +++ ipa-utils.h    (working copy)
>> > @@ -47,6 +47,9 @@ void ipa_merge_profiles (struct cgraph_n
>> >                     struct cgraph_node *src, bool preserve_body = false);
>> >  bool recursive_call_p (tree, tree);
>> >  
>> > +/* In ipa-prop.c  */
>> > +void ipa_remove_useless_jump_functions ();
>> > +
>> 
>> This is probably an unintended change?  Can I remove it?
>
> Indeed, it is unrelated change.
> Thanks for noticing it!
> Honza

OK, I have committed the following (after adding to a round of bootstrap
and testing).

Thanks,

Martin


2019-11-15  Martin Jambor  <mjam...@suse.cz>

        * ipa-utils.h (ipa_remove_useless_jump_functions): Remove stray
        declaration.
---
 gcc/ipa-utils.h | 3 ---
 1 file changed, 3 deletions(-)

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.23.0

Reply via email to