Re: [x86] RFA: Use new rtl iterators in find_constant

2014-10-27 Thread Uros Bizjak
On Sat, Oct 25, 2014 at 11:07 AM, Richard Sandiford wrote: > This is part of a series to remove uses of for_each_rtx from the ports. > It's a bit hard to read, so I've attached a -b version too. > > Tested by making sure there were no code changes for gcc.dg, gcc.c-torture > and g++.dg for x86_64-

[x86] RFA: Use new rtl iterators in find_constant

2014-10-25 Thread Richard Sandiford
This is part of a series to remove uses of for_each_rtx from the ports. It's a bit hard to read, so I've attached a -b version too. 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