Gimple Statement

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux