RE: [MIPS] RFA: Use new rtl iterators in mips_need_noat_wrapper_p

2014-10-25 Thread Matthew Fortune
> gcc/ > * config/mips/mips.c (mips_at_reg_p): Delete. > (mips_need_noat_wrapper_p): Use FOR_EACH_SUBRTX. OK. That should be the last one to cover all changes to use new rtl iterators for MIPS. Thanks for splitting this up per change it made it easy to read through. Matthew

[MIPS] RFA: Use new rtl iterators in mips_need_noat_wrapper_p

2014-10-25 Thread Richard Sandiford
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 mips64-elf. OK to install? Thanks, Richard gcc/ * config/mips/mips.c (mips_at_reg_p): Delete. (mips_need_noat_wrappe