Re: [PATCH] shrink-wrap: Fix up partitions (PR67587)

2015-09-16 Thread Bernd Schmidt
On 09/16/2015 02:17 AM, Segher Boessenkool wrote: 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. Is this okay for trunk? I think so, given that

[PATCH] shrink-wrap: Fix up partitions (PR67587)

2015-09-15 Thread Segher Boessenkool
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. Is this okay for trunk? Segher 2015-09-16 Segher Boessenkool PR bootstrap/67587