Commit 725c60f8 by Alan Modra Committed by Alan Modra

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

From-SVN: r77391
parent 093b46f0
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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment