On Tue, Mar 11, 2008 at 08:02, Zdenek Dvorak <[EMAIL PROTECTED]> wrote:

>  another possibility would be to represent a = b < c ? d : e as
>
>  GIMPLE_ASSIGN (LT_EXPR, a, b, c, d, e)
>
>  and a = (b < c) as
>
>  GIMPLE_ASSIGN (LT_EXPR, a, b, c, true, false)

Yeah, I think I like this one.  We don't have too many assignments of
the form a  = (b < c) to be a problem (this adds two extra operand
slots to the tuple).


Diego.

Reply via email to