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]

[PATCH, ARM]: Remove superfluous test in arm_function_arg


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.

John Tytgat  <John.Tytgat@aaug.net>

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

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]