On Fri, Oct 27, 2017 at 02:23:30PM +0100, Richard Sandiford wrote: > This patch simply moves code around, in order to make the later > patches easier to read, and to avoid forward declarations. > It doesn't add the missing function comments because the interfaces > will change in a later patch.
OK. Reviewed-by: James Greenhalgh <james.greenha...@arm.com> Thanks, James > > > 2017-10-26 Richard Sandiford <richard.sandif...@linaro.org> > Alan Hayward <alan.hayw...@arm.com> > David Sherwood <david.sherw...@arm.com> > > gcc/ > * config/aarch64/aarch64.c (aarch64_add_constant_internal) > (aarch64_add_constant, aarch64_add_sp, aarch64_sub_sp): Move > earlier in file. >