aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-prop.c
diff options
context:
space:
mode:
authorMartin Jambor <mjambor@suse.cz>2018-05-16 18:22:56 +0200
committerMartin Jambor <jamborm@gcc.gnu.org>2018-05-16 18:22:56 +0200
commit73264a8d66c00162103e39b46cd388a4f566821c (patch)
treebcee8e63fb58be1cff5ae26696c978a15bbc88b9 /gcc/ipa-prop.c
parent6747254bbaba5bfdb75c7d24e2d14ffaf7cece3b (diff)
downloadgcc-73264a8d66c00162103e39b46cd388a4f566821c.zip
gcc-73264a8d66c00162103e39b46cd388a4f566821c.tar.gz
gcc-73264a8d66c00162103e39b46cd388a4f566821c.tar.bz2
Remove unused function ipa_free_edge_args_substructures
2018-05-16 Martin Jambor <mjambor@suse.cz> * ipa-prop.c (ipa_free_all_edge_args): Remove. * ipa-prop.h (ipa_free_all_edge_args): Likewise. From-SVN: r260295
Diffstat (limited to 'gcc/ipa-prop.c')
-rw-r--r--gcc/ipa-prop.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/ipa-prop.c b/gcc/ipa-prop.c
index 38441cc..19d55cd 100644
--- a/gcc/ipa-prop.c
+++ b/gcc/ipa-prop.c
@@ -3708,16 +3708,6 @@ ipa_check_create_edge_args (void)
ipa_vr_hash_table = hash_table<ipa_vr_ggc_hash_traits>::create_ggc (37);
}
-/* Frees all dynamically allocated structures that the argument info points
- to. */
-
-void
-ipa_free_edge_args_substructures (struct ipa_edge_args *args)
-{
- vec_free (args->jump_functions);
- *args = ipa_edge_args ();
-}
-
/* Free all ipa_edge structures. */
void