On Tue, Mar 16, 2004 at 02:30:35PM -0800, Devang Patel wrote:
> # VUSE <A_24>;
> T.0_26 = if (1)
> {
> A[i_22];
> }
> else
> {
> T.0_26
> };
This isn't GIMPLE. The operands to the if need to be is_gimple_val,
not is_gimple_rhs. You need to introduce a temporary.
r~