aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/ipa-utils.h3
2 files changed, 5 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4de97a0..ef4f77e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/ipa-utils.h b/gcc/ipa-utils.h
index 947307a..60c52e0 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);