Introduce filtering for edge_predictions.
authorMartin Liska <mliska@suse.cz>
Thu, 9 Jun 2016 11:26:32 +0000 (13:26 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Thu, 9 Jun 2016 11:26:32 +0000 (11:26 +0000)
commit28cd6814b5bf87cb65505df85c326f7a1975a60d
tree7133cef2e1c0ff75c2d83d40121ac1869377f5f0
parent7d82e8e465d2466e0aab64bbaf442bfc79cb891e
Introduce filtering for edge_predictions.

* predict.c (filter_predictions): New function.
(remove_predictions_associated_with_edge): Use the filter
function.
(equal_edge_p): New function.

From-SVN: r237253
gcc/ChangeLog
gcc/predict.c