Re: [PATCH 5/8] Drop an incorrect assert

2011-08-10 Thread Vladimir Makarov
On 08/03/2011 11:30 AM, Alexander Monakov wrote: From: Dmitry Melnik 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 conditio

[PATCH 5/8] Drop an incorrect assert

2011-08-03 Thread Alexander Monakov
From: Dmitry Melnik 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 ed