This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Constraint graph in points-to-analysis


>>>>> "Fernando" == Fernando Magno Quintao Pereira <fernando@CS.UCLA.EDU> writes:

Fernando> Please, send me new feedback.

A couple formatting nits...

Fernando> +  if(c->rhs.type != ADDRESSOF)

You need a space before the '('.
This occurs in many places, e.g. the fprintf()s in this function.

Fernando> +      const char * src = get_varinfo_fc (c->rhs.var)->name;

No space after the "*" in gcc style.
This occurs in a couple places.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]