S/390: Remove branch splitting loop
authorIlya Leoshkevich <iii@linux.ibm.com>
Wed, 15 Aug 2018 12:24:54 +0000 (12:24 +0000)
committerAndreas Krebbel <krebbel@gcc.gnu.org>
Wed, 15 Aug 2018 12:24:54 +0000 (12:24 +0000)
commitd4d3092396c9a4045e87252431461f61a69e13aa
tree1235ea6d72c5455877893619611b202523d7b82f
parent7273331429916a0c203b1064e0414c741c06a78f
S/390: Remove branch splitting loop

Since there is no branch splitting anymore, the loop is no longer
necessary: pool chunkification can be done in one step.

gcc/ChangeLog:

2018-08-15  Ilya Leoshkevich  <iii@linux.ibm.com>

* config/s390/s390.c (s390_reorg): Remove loop.

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