From 44abeaaa70548f8f8807a81f07c7574db91a356f Mon Sep 17 00:00:00 2001 From: Martin Jambor Date: Wed, 3 May 2017 18:49:47 +0200 Subject: Remove ipa_update_after_lto_read 2017-05-03 Martin Jambor * ipa-prop.c (ipa_update_after_lto_read): Removed. * ipa-prop.h (ipa_update_after_lto_read): Remove declaration. * ipa-cp.c (ipcp_propagate_stage): Do not call ipa_update_after_lto_read. * ipa-inline.c (ipa_inline): Likewise. From-SVN: r247559 --- gcc/ipa-prop.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'gcc/ipa-prop.c') diff --git a/gcc/ipa-prop.c b/gcc/ipa-prop.c index 70990d6..5819f78 100644 --- a/gcc/ipa-prop.c +++ b/gcc/ipa-prop.c @@ -5285,17 +5285,6 @@ ipa_prop_read_jump_functions (void) } } -/* After merging units, we can get mismatch in argument counts. - Also decl merging might've rendered parameter lists obsolete. - Also compute called_with_variable_arg info. */ - -void -ipa_update_after_lto_read (void) -{ - ipa_check_create_node_params (); - ipa_check_create_edge_args (); -} - void write_ipcp_transformation_info (output_block *ob, cgraph_node *node) { -- cgit v1.1