Re: Problem in understanding points-to analysis

2013-03-27 Thread Richard Biener
On Wed, Mar 27, 2013 at 3:13 AM, Nikhil Patil wrote: > Hello everyone, > > I am trying to understand the points-to analysis ("pta") ipa pass, but > I am not able to match the information generated by the pass and that > in structure "SSA_NAME_PTR_INFO". > > For the code segment, > > --

Problem in understanding points-to analysis

2013-03-26 Thread Nikhil Patil
Hello everyone, I am trying to understand the points-to analysis ("pta") ipa pass, but I am not able to match the information generated by the pass and that in structure "SSA_NAME_PTR_INFO". For the code segment, -- int var1, var2, var3, var4, *ptr1, *