[PATCH][OBVIOUS] Remove dead code in IPA ICF.

2019-10-31 Thread Martin Liška
Hi. This is one another dead code removal. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. I'm going to install the patch. Thanks, Martin gcc/ChangeLog: 2019-10-31 Martin Liska * ipa-icf-gimple.c (func_checker::compare_tree_ssa_label): Remove. * ipa-i

[PATCH][OBVIOUS] Remove dead code in IPA ICF.

2019-06-04 Thread Martin Liška
Hi. The patch is about a small clean up, I'm going to install that as obvious. Martin gcc/ChangeLog: 2019-06-04 Martin Liska * ipa-icf.c (INCLUDE_LIST): Remove. (sem_item_optimizer::execute): Remove call to init_wpa. * ipa-icf.h (init_wpa): Remove. --- gcc/ipa-icf.c