[tree-ssa] reaching def. question

Richard Henderson rth@redhat.com
Tue Mar 16 23:07:00 GMT 2004


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~



More information about the Gcc mailing list