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: argument slot saving code, patch 1


Alan Modra <amodra@bigpond.net.au> writes:

> This patch hoists some comparisons out of loops.  Also fixes a bug in
> the emit_library_call_value_1 and store_one_arg instances where the test
> "i > reg_parm_stack_space" should have been "i >= reg_parm_stack_space".
> stack_usage_map[reg_parm_stack_space] is outside the fixed arg area.
> 
> 	* calls.c (try_to_integrate): Tidy stack_usage_map access.
> 	(emit_library_call_value_1): Likewise.	Formatting.
> 	(store_one_arg): Likewise.
> 
> Bootstrapped, regtested powerpc-linux.

This is OK.

-- 
- Geoffrey Keating <geoffk@geoffk.org>


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