ipa: Remove stray declaration

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

	* ipa-utils.h (ipa_remove_useless_jump_functions): Remove stray
	declaration.

From-SVN: r278303
This commit is contained in:
Martin Jambor 2019-11-15 17:19:09 +01:00 committed by Martin Jambor
parent 342f946476
commit 1ca59cbe15
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2019-11-15 Martin Jambor <mjambor@suse.cz>
* ipa-utils.h (ipa_remove_useless_jump_functions): Remove stray
declaration.
2019-11-15 Kwok Cheung Yeung <kcy@codesourcery.com>
* config/gcn/gcn.c (default_requested_args): New.

View File

@ -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);