Hi, I am trying to deduce the original statement from the set of gimple statements. For eg. These statement are in gimple x.0_1 = x; a.1_2 = (int) &a; *x.0_1 = a.1_2; their equivalent statement in c in *x = &a; how can I deduce this statement from these gimple statement? Thanks in advance. Mradul Maheshwari.