diff options
Diffstat (limited to 'gcc/ipa-utils.h')
-rw-r--r-- | gcc/ipa-utils.h | 3 |
1 files changed, 0 insertions, 3 deletions
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); |