Generating a phi node

Revital1 Eres ERES@il.ibm.com
Wed Jun 13 18:43:00 GMT 2007


Hello,

I have two ssa vars (i0 and i1 in the following example); what is the
sequence to generate a new phi node corresponding to i3 -

if (...)
     i0 = exp1

else
     i1 = exp2

i3 = PHI(i0 , i1);

Thanks,
Revital



More information about the Gcc mailing list