Re: [PATCH, RTL] Fix PR 51106

2012-04-04 Thread Andrey Belevantsev
On 03.04.2012 13:36, Jakub Jelinek wrote: On Mon, Apr 02, 2012 at 06:56:25PM +0400, Andrey Belevantsev wrote: After Richi's RTL generation related cleanups went it, the extra cleanup_cfg call was added so we are no longer lucky to have the proper fallthru edge in this case. The PR trail has the

Re: [PATCH, RTL] Fix PR 51106

2012-04-03 Thread Jakub Jelinek
On Mon, Apr 02, 2012 at 06:56:25PM +0400, Andrey Belevantsev wrote: > After Richi's RTL generation related cleanups went it, the extra > cleanup_cfg call was added so we are no longer lucky to have the > proper fallthru edge in this case. The PR trail has the patch to > purge_dead_edges making it

Re: [PATCH, RTL] Fix PR 51106

2012-04-02 Thread Andrey Belevantsev
Hello, On 19.01.2012 18:40, Jakub Jelinek wrote: On Thu, Jan 19, 2012 at 06:13:58PM +0400, Andrey Belevantsev wrote: 2012-01-19 Andrey Belevantsev PR target/51106 * function.c (instantiate_virtual_regs_in_insn): Use delete_insn_and_edges when removing a wrong asm insn. This

Re: [PATCH, RTL] Fix PR 51106

2012-01-19 Thread Jakub Jelinek
On Thu, Jan 19, 2012 at 06:13:58PM +0400, Andrey Belevantsev wrote: > 2012-01-19 Andrey Belevantsev > > PR target/51106 > * function.c (instantiate_virtual_regs_in_insn): Use > delete_insn_and_edges when removing a wrong asm insn. This is ok for trunk. > 2012-01-19 Jakub Jelinek