Commit 9f67be13 by Doug Evans

* (aggregate_value_p): RETURN_IN_MEMORY handles BLKmode values.

From-SVN: r3707
parent 23c6329e
......@@ -2643,8 +2643,6 @@ aggregate_value_p (exp)
{
int i, regno, nregs;
rtx reg;
if (TYPE_MODE (TREE_TYPE (exp)) == BLKmode)
return 1;
if (RETURN_IN_MEMORY (TREE_TYPE (exp)))
return 1;
if (flag_pcc_struct_return
......
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