* misc.c (default_pass_by_ref): Update INIT_CUMULATIVE_ARGS call.

From-SVN: r77391
This commit is contained in:
Alan Modra 2004-02-06 11:01:20 +00:00 committed by Alan Modra
parent 093b46f04f
commit 725c60f83f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-02-06 Alan Modra <amodra@bigpond.net.au>
* misc.c (default_pass_by_ref): Update INIT_CUMULATIVE_ARGS call.
2004-02-05 Kazu Hirata <kazu@cs.umass.edu>
* ada/utils.c (create_param_decl): Replace PROMOTE_PROTOTYPES

View File

@ -864,7 +864,7 @@ default_pass_by_ref (tree gnu_type)
{
CUMULATIVE_ARGS cum;
INIT_CUMULATIVE_ARGS (cum, NULL_TREE, NULL_RTX, 0);
INIT_CUMULATIVE_ARGS (cum, NULL_TREE, NULL_RTX, 0, 2);
/* We pass aggregates by reference if they are sufficiently large. The
choice of constant here is somewhat arbitrary. We also pass by