(init_function_start): Always set

current_funtion_returns_pcc_struct if PCC_STATIC_STRUCT_RETURN defined.

From-SVN: r4031
This commit is contained in:
Jim Wilson 1993-04-06 12:28:47 -07:00
parent 80f9d7f2dd
commit 1b8297c13f
1 changed files with 2 additions and 4 deletions

View File

@ -4156,11 +4156,9 @@ init_function_start (subr, filename, line)
if (aggregate_value_p (DECL_RESULT (subr)))
{
#ifdef PCC_STATIC_STRUCT_RETURN
if (flag_pcc_struct_return)
current_function_returns_pcc_struct = 1;
else
current_function_returns_pcc_struct = 1;
#endif
current_function_returns_struct = 1;
current_function_returns_struct = 1;
}
/* Warn if this value is an aggregate type,