Re: [m68k] RFA: Use new rtl iterators in m68k_final_prescan_insn

2014-10-25 Thread Andreas Schwab
Richard Sandiford writes: > gcc/ > * config/m68k/m68k.c: Include rtl-iter.h. > (m68k_final_prescan_insn_1): Delete. > (m68k_final_prescan_insn): Use FOR_EACH_SUBRTX_VAR. Ok. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D

[m68k] RFA: Use new rtl iterators in m68k_final_prescan_insn

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 m68k-elf. OK to install? Thanks, Richard gcc/ * config/m68k/m68k.c: Include rtl-iter.h. (m68k_final_prescan_insn_1):