Fix obvious typo in predict.c
authorMartin Liska <mliska@suse.cz>
Wed, 15 Jun 2016 15:05:34 +0000 (17:05 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Wed, 15 Jun 2016 15:05:34 +0000 (15:05 +0000)
commit75dc52c674f0d70ae8cca6b0381270b3efd3a0fb
treeb38464ececc1db0f3ea1afebf47cd7aa8f35fe69
parentcf5d08abc25f03aa212e32276386693bb0468cca
Fix obvious typo in predict.c

* predict.c (tree_predict_by_opcode): Call predict_edge_def
instead of predict_edge w/o a probability.

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