Re: [PATCH 3/6] Add FOR_EACH_INSN_INFO_MW

2014-06-14 Thread Steven Bosscher
On Sat, Jun 14, 2014 at 9:45 PM, Richard Sandiford wrote: > gcc/ > * df.h (FOR_EACH_INSN_INFO_MW): New macro. > * df-problems.c (df_note_bb_compute): Use it. > * regstat.c (regstat_bb_compute_ri): Likewise. OK. Ciao! Steven

[PATCH 3/6] Add FOR_EACH_INSN_INFO_MW

2014-06-14 Thread Richard Sandiford
Similar to patch 1, but for df_mw_hardregs. I think the "S" in "MWS" is a plural, so I went for "mw" in the variable names for single entries. Richard gcc/ * df.h (FOR_EACH_INSN_INFO_MW): New macro. * df-problems.c (df_note_bb_compute): Use it. * regstat.c (regstat_bb_co