S/390: Adjust to the recent branch probability changes.
authorAndreas Krebbel <krebbel@linux.vnet.ibm.com>
Fri, 30 Jun 2017 06:45:51 +0000 (06:45 +0000)
committerAndreas Krebbel <krebbel@gcc.gnu.org>
Fri, 30 Jun 2017 06:45:51 +0000 (06:45 +0000)
commit8f746f8c89b70a891b6892e6189247678a5445a7
treeaef4a7bee1a4187e114d6027768bea8f5430e740
parent00c7c57f0df9b416f7f2eec88717c526d80196e3
S/390: Adjust to the recent branch probability changes.

This fixes the bootstrap failure triggered by the recent changes wrt
branch probabilities aka emit_cmp_and_jump_insns does not accept
integers as branch probability anymore.

gcc/ChangeLog:

2017-06-30  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>

* config/s390/s390.c (s390_expand_setmem): Adjust to the new data
type for branch probabilities.

From-SVN: r249829
gcc/ChangeLog
gcc/config/s390/s390.c