Re: [ARM] RFA: Use new rtl iterators in arm_tls_referenced_p

2014-11-07 Thread Richard Earnshaw
On 05/11/14 11:51, Richard Sandiford wrote: > Tested in the same way as the aarch-common.c patch. OK to install? > > Thanks, > Richard > > > gcc/ > * config/arm/arm.c: Include rtl-iter.h. > (arm_tls_referenced_p_1): Delete. > (arm_tls_referenced_p): Use FOR_EACH_SUBRTX. > OK

[ARM] RFA: Use new rtl iterators in arm_tls_referenced_p

2014-11-05 Thread Richard Sandiford
Tested in the same way as the aarch-common.c patch. OK to install? Thanks, Richard gcc/ * config/arm/arm.c: Include rtl-iter.h. (arm_tls_referenced_p_1): Delete. (arm_tls_referenced_p): Use FOR_EACH_SUBRTX. Index: gcc/config/arm/arm.c ===