On 24/04/12 17:31, Greta Yorsh wrote: > Generalize ldm_stm_operation_p with additional parameters that will be used > by epilogue patterns: > * machine mode to support both SImode and DFmode registers > * flag to request consecutive registers in the register list > * flag to indicate whether PC in the register list > > gcc/ChangeLog > > 2012-04-24 Ian Bolton <ian.bolton at arm.com> > Sameera Deshpande <sameera.deshpande at arm.com> > Greta Yorsh <greta.yorsh at arm.com> > > * config/arm/arm-protos.h (ldm_stm_operation_p): New parameters. > * config/arm/arm.c (ldm_stm_operation_p): New parameters. > * config/arm/predicates.md (load_multiple_operation): Add arguments. > (store_multiple_operation): Likewise. >
Thanks, committed. R.