calls.c (store_one_arg): If parm is passed both in stack and in register and offset...
authorChandrakala Chavva <cchavva@redhat.com>
Thu, 28 Dec 2000 01:51:55 +0000 (20:51 -0500)
committerChandra Chavva <cchavva@gcc.gnu.org>
Thu, 28 Dec 2000 01:51:55 +0000 (20:51 -0500)
commit57ec4709990925b193319480f1dd4d44ec37e903
tree7bf4b9fa1674c595e43561ebd1c5af02c3875042
parentbc53668ead944505e9474544ed35d1abb6e5fceb
calls.c (store_one_arg): If parm is passed both in stack and in register and offset is greater than...

 * calls.c (store_one_arg):  If parm is passed both in stack and in
        register and offset is greater than reg_parm_stack_space, split
        the offset and call emit_push_insn().

From-SVN: r38503
gcc/ChangeLog
gcc/calls.c