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


OK, I can rename the current "ssa" struct to "df" and do the grand
substitution (ie write a script, catch formatting problems) and produce
patch.  For me "dataflow" is the general idea, while "ssa" is what our
representation use, but I don't have problem with df name.

Please don't use df as the struct name, as that is the name of the dataflow struct in df.h

This is just asking for problems at some point when we keep rtl
dataflow in the cfun :)

maybe "gimple_df" or something?


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