Re: [AArch64/GCC][3/N] Remove useless local variable "start_offset"

2014-07-23 Thread Marcus Shawcroft
On 22 July 2014 15:49, Jiong Wang wrote: > gcc/ > * config/aarch64/aarch64.c > (aarch64_save_or_restore_callee_save_registers): Rename > 'offset' to 'start_offset'. Remove local variable 'start_offset'. OK and applied. /Marcus

[AArch64/GCC][3/N] Remove useless local variable "start_offset"

2014-07-22 Thread Jiong Wang
This patch remove the useless local variable start_offset. *no functional change* OK to install? thanks. gcc/ * config/aarch64/aarch64.c (aarch64_save_or_restore_callee_save_registers): Rename 'offset' to 'start_offset'. Remove local variable 'start_offset'. >From 5aa00d14362096436069092