shrink-wrap: Fix up partitions (PR67587)
authorSegher Boessenkool <segher@kernel.crashing.org>
Wed, 16 Sep 2015 15:02:32 +0000 (17:02 +0200)
committerSegher Boessenkool <segher@gcc.gnu.org>
Wed, 16 Sep 2015 15:02:32 +0000 (17:02 +0200)
commit86b107aea11946765a6792e94bfc18759a7ea2d1
tree96694233e594a3fa98ff970aabcca6f50b597d26
parentae2ffe2a03f4de06e16addce7a62669d7c6eda5e
shrink-wrap: Fix up partitions (PR67587)

With the new shrink-wrap algorithm, blocks reachable both with and
without prologue are duplicated, and their incoming edges are then
distributed accordingly.  So we need to call fixup_partitions.

2015-09-16  Segher Boessenkool  <segher@kernel.crashing.org>

PR bootstrap/67587
* function.c (rest_of_handle_thread_prologue_and_epilogue): Call
fixup_partitions.

From-SVN: r227827
gcc/ChangeLog
gcc/function.c