On 08/03/2011 11:30 AM, Alexander Monakov wrote:
From: Dmitry Melnik<d...@ispras.ru>

This fixes a bug caused by trying to initialize BB_AV_SET of a newly generated
jump.  It assumes that jump is only generated in new bb, while it can be
replaced in same BB by try_redirect_by_replacing_jump, if jump was conditional
and was pointing to the same BB by its both edges (this may happen due to
predication, when moving all insns up from a "diamond").

2011-08-04  Dmitry Melnik<d...@ispras.ru>

        * sel-sched-ir.c (invalidate_av_set): Remove the assert.

Ok, thanks.

Reply via email to