Re: Fix remove_predictions_associated_with_edge

2020-08-09 Thread Martin Liška
On 8/2/20 3:02 PM, Jan Hubicka wrote: Hi, remove_predictions_associated_with_edge currently calls filter_predicitons passing it equal_edge_p. Becase filter_predictions removes all edges where filter returns false, the function does exact oposite. Fixed thus. Bootstrapped/regtested x86_64-linux.

Fix remove_predictions_associated_with_edge

2020-08-02 Thread Jan Hubicka
Hi, remove_predictions_associated_with_edge currently calls filter_predicitons passing it equal_edge_p. Becase filter_predictions removes all edges where filter returns false, the function does exact oposite. Fixed thus. Bootstrapped/regtested x86_64-linux. gcc/ChangeLog: 2020-08-02 Jan Hubicka