Re: [ARM] RFA: Use new rtl iterators in arm_cannot_copy_insn
On 05/11/14 11:52, Richard Sandiford wrote: > Tested in the same way as the aarch-common.c patch. OK to install? > > Thanks, > Richard > > > gcc/ > * config/arm/arm.c (arm_note_pic_base): Delete. > (arm_cannot_copy_insn_p): Use FOR_EACH_SUBRTX. > OK. R. > Index: gcc/config/arm/a
[ARM] RFA: Use new rtl iterators in arm_cannot_copy_insn
Tested in the same way as the aarch-common.c patch. OK to install? Thanks, Richard gcc/ * config/arm/arm.c (arm_note_pic_base): Delete. (arm_cannot_copy_insn_p): Use FOR_EACH_SUBRTX. Index: gcc/config/arm/arm.c ===