On Tue, Nov 26, 2013 at 9:34 PM, Steven Bosscher wrote: > On Tue, Nov 26, 2013 at 9:25 PM, Jakub Jelinek wrote: > \> PR rtl-optimization/59166 >> * ira.c (find_moveable_pseudos): Use DF_REF_REAL_LOC instead of >> DF_REF_LOC in validate_change call. >> (split_live_ranges_for_shrink_wrap): Likewise. >> >> * gcc.dg/torture/pr59166.c: New test. > > > If this falls under "RTL optimizers", then OK by me.
BTW brownie points for cleaning up uid_luid, I see no reason why DF_INSN_LUID can't be used instead. Ciao! Steven