On Mon, 22 Apr 2013, Richard Biener wrote:
>
> VRP happily propagates SSA names even if they are used in
> abnormal PHI nodes which later can lead to coalescing issues.
> The following fixes that.
>
> It also fixes the recursion abnormal edge added for setjmp.
> setjmp is leaf (and not longjmp w
VRP happily propagates SSA names even if they are used in
abnormal PHI nodes which later can lead to coalescing issues.
The following fixes that.
It also fixes the recursion abnormal edge added for setjmp.
setjmp is leaf (and not longjmp which I already fixed with
the original patch).
Bootstrap