-
- Downloads
cgraph.h (cgraph_postorder): Remove declaration.
2011-04-29 Martin Jambor <mjambor@suse.cz> * cgraph.h (cgraph_postorder): Remove declaration. * ipa-utils.h (ipa_free_postorder_info): Declare. (ipa_reverse_postorder): Likewise. * cgraphunit.c: Include ipa-utils.h. (cgraph_expand_all_functions): Update call to ipa_reverse_postorder. * ipa-inline.c: Include ipa-utils.h. (ipa_inline): Update call to ipa_reverse_postorder. * ipa-pure-const.c (propagate_pure_const): Update call to ipa_reduced_postorder and ipa_print_order. Call ipa_free_postorder_info to clean up. (propagate_nothrow): Likewise. * ipa-reference.c (propagate): Removed a useless call to ipa_utils_reduced_inorder, updated a call to ipa_reduced_postorder and ipa_print_order. Call ipa_free_postorder_info to clean up. * ipa.c: Include ipa-utils.h. (ipa_profile): Update call to ipa_reverse_postorder. (cgraph_postorder): Moved to... * ipa-utils.c (ipa_reverse_postorder): ...here and renamed. (ipa_utils_print_order): Renamed to ipa_print_order. (ipa_utils_reduced_inorder): Renamed to ipa_reduced_postorder. Updated comments. (ipa_free_postorder_info): New function. * passes.c: Include ipa-utils.h. (do_per_function_toporder): Update call to ipa_reverse_postorder. (ipa_write_summaries): Likewise. * Makefile.in (passes.o): Add IPA_UTILS_H to dependencies. (cgraphunit.o): Likewise. (ipa.o): Likewise. (ipa-inline.o): Likewise. lto/ * lto.c: Include ipa-utils.h. (lto_balanced_map): Update call to ipa_reverse_postorder. * Make-lang.in (lto/lto.o): Add IPA_UTILS_H to dependencies. From-SVN: r173197
Showing
- gcc/ChangeLog 32 additions, 0 deletionsgcc/ChangeLog
- gcc/Makefile.in 5 additions, 4 deletionsgcc/Makefile.in
- gcc/cgraph.h 0 additions, 1 deletiongcc/cgraph.h
- gcc/cgraphunit.c 2 additions, 1 deletiongcc/cgraphunit.c
- gcc/ipa-inline.c 2 additions, 1 deletiongcc/ipa-inline.c
- gcc/ipa-pure-const.c 6 additions, 28 deletionsgcc/ipa-pure-const.c
- gcc/ipa-reference.c 4 additions, 8 deletionsgcc/ipa-reference.c
- gcc/ipa-utils.c 107 additions, 10 deletionsgcc/ipa-utils.c
- gcc/ipa-utils.h 5 additions, 3 deletionsgcc/ipa-utils.h
- gcc/ipa.c 2 additions, 77 deletionsgcc/ipa.c
- gcc/lto/ChangeLog 6 additions, 0 deletionsgcc/lto/ChangeLog
- gcc/lto/Make-lang.in 1 addition, 1 deletiongcc/lto/Make-lang.in
- gcc/lto/lto.c 2 additions, 1 deletiongcc/lto/lto.c
- gcc/passes.c 3 additions, 2 deletionsgcc/passes.c
Loading
Please register or sign in to comment