This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, ARM, PING]: Remove superfluous test in arm_function_arg


In message <678f613751.Jo@hobbes.bass-software.com>
          John Tytgat <John.Tytgat@aaug.net> wrote:

> Attached patch removes in arm_function_arg() a superfluous test on one
> of its parameters as that test is already done at the beginning of the
> routine and the parameter doesn't change during the function.

Gentle reminder ping.

In the meanwhile I've found another superfluous test in
arm_override_options().  Updated patch attached.

gcc/

John Tytgat  <John.Tytgat@aaug.net>

	* config/arm/arm.c (arm_function_arg): Remove superfluous test.
	(arm_override_options): Likewise.

Please commit after positive review.

John.
-- 
John Tytgat, in his comfy chair at home
John.Tytgat@aaug.net

Attachment: arm_fnc_arg.patch
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]