Re: [alpha] RFA: Use new rtl iterators in some_small_symbolic_operand_int

2014-10-27 Thread Richard Henderson
On 10/25/2014 03:16 AM, Richard Sandiford wrote: > gcc/ > * config/alpha/alpha-protos.h (some_small_symbolic_operand_int): > Take an rtx and return a bool. > * config/alpha/alpha.c (some_small_symbolic_operand_int): Likewise. > Use FOR_EACH_SUBRTX_VAR. > * config/alpha

[alpha] RFA: Use new rtl iterators in some_small_symbolic_operand_int

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 alpha-linux-gnu. OK to install? Thanks, Richard gcc/ * config/alpha/alpha-protos.h (some_small_symbolic_operand_int):