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: IPA merge part 1: localize SSA variables


> Daniel Berlin wrote on 11/15/06 14:45:
> 
> >maybe "gimple_df" or something?
> >
> gimple_df sounds fine to me.  Should the other be renamed rtl_df for 
> symmetry?
> 
> Little by little we should start drawing more distinctive lines between 
> the ILs.  Prefixing backend symbols with rtl_, middle-end with gimple_ 
> and frontend with tree_/ast_, perhaps?

OK, I will use gimple_df then (or some shorter variant?).  What about
the ancestor macros/functions problem?  I

Honza


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