Hi . I want to use gcc's alias analysis in a standalone way. What I observe is that a lot of the information is hidden because of additional temporaries that have been generated. Can any one suggest as to if there is a simple workaround to this ?
To illustrate what I am saying for a stmt heap_ptr= (int**) malloc the alias analysis tells me D.1072 points to malloc and heap_ptr points to anything. I would have liked to see heap_ptr points to malloc. Any way I can get that information..... I would appreciate any idea/suggestions ... dz