On Sat, Oct 25, 2014 at 11:03 AM, Richard Sandiford <rdsandif...@googlemail.com> wrote: > This is part of a series to remove uses of for_each_rtx from the ports. > > Tested by making sure there were no code changes for gcc.dg, gcc.c-torture > and g++.dg for x86_64-linux-gnu, and also by a boostrap. OK to install? > > Thanks, > Richard > > > gcc/ > * config/i386/i386.c (extended_reg_mentioned_1): Delete. > (x86_extended_reg_mentioned_p): Use FOR_EACH_SUBRTX.
OK. Thanks, Uros.