From: Doug Evans Date: Thu, 11 Mar 1993 23:55:44 +0000 (+0000) Subject: * (aggregate_value_p): RETURN_IN_MEMORY handles BLKmode values. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9f67be131826be3d9058424fc3c93d3929e4cdde;p=gcc.git * (aggregate_value_p): RETURN_IN_MEMORY handles BLKmode values. From-SVN: r3707 --- diff --git a/gcc/function.c b/gcc/function.c index cc288841974..6b3f5f538a1 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -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