Re: [ARC] RFA: Use new rtl iterators in arc_rewrite_small_data

2014-11-02 Thread Joern Rennecke
On 25 October 2014 10:53, Richard Sandiford wrote: ... > Tested by making sure there were no code changes for gcc.dg, gcc.c-torture > and g++.dg for arc-elf. OK to install? > > Thanks, > Richard > > > gcc/ > * config/arc/arc.c: Include rtl-iter.h. > (arc_rewrite_small_data_1): De

Re: [ARC] RFA: Use new rtl iterators in arc_rewrite_small_data

2014-10-25 Thread Richard Sandiford
Richard Sandiford writes: > This is part of a series to remove uses of for_each_rtx from the ports. > As with the first FR-V patch, we can find_all_hard_regs instead. Oops, forgot that line :-)

[ARC] RFA: Use new rtl iterators in arc_rewrite_small_data

2014-10-25 Thread Richard Sandiford
This is part of a series to remove uses of for_each_rtx from the ports. As with the first FR-V patch, we can find_all_hard_regs instead. Tested by making sure there were no code changes for gcc.dg, gcc.c-torture and g++.dg for arc-elf. OK to install? Thanks, Richard gcc/ * config/arc/a