re PR target/31850 (gcc.c-torture/compile/limits-fnargs.c is slow at compiling for...
authorSteve Ellcey <sje@cup.hp.com>
Thu, 7 Jun 2007 16:46:26 +0000 (16:46 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Thu, 7 Jun 2007 16:46:26 +0000 (16:46 +0000)
commitbb27eeda7dc859c9d1c9a69baea30f9cf273ec4a
tree1cb00a95176daf42e5091f63e76b07ed28ef06df
parent1b0cfaa6a890d6cea3ce6a98a707219cac2aedd6
re PR target/31850 (gcc.c-torture/compile/limits-fnargs.c is slow at compiling for spu-elf)

PR target/31850
* rtl.h (push_to_sequence2): New.
* emit-rtl.c (push_to_sequence2): New.
* function.c (assign_parm_data_all): Add new fields.
(assign_parm_setup_block): Call push_to_sequence2 instead of
push_to_sequence.
(assign_parm_setup_reg): Ditto.
(assign_parm_setup_stack): Ditto.
(assign_parms_unsplit_complex): Ditto.
(assign_parms): Change field name.

From-SVN: r125532
gcc/ChangeLog
gcc/emit-rtl.c
gcc/function.c
gcc/rtl.h