Re: [AArch64/GCC][4/N] Remove useless parameter 'base_rtx'

2014-07-23 Thread Marcus Shawcroft
On 22 July 2014 15:50, Jiong Wang wrote: > gcc/ > * config/aarch64/aarch64.c (aarch64_save_or_restore_fprs): Remove > base_rtx. > (aarch64_save_or_restore_callee_save_registers): Likewise. OK and applied. /Marcus

[AArch64/GCC][4/N] Remove useless parameter 'base_rtx'

2014-07-22 Thread Jiong Wang
This patch removes the useless paramter 'base_rtx', as we use stack_pointer_rtx always. *no functional change* OK to install? thanks gcc/ * config/aarch64/aarch64.c (aarch64_save_or_restore_fprs): Remove base_rtx. (aarch64_save_or_restore_callee_save_registers): Likewise. >From a3712f8a842