Commit 1b8297c1 by Jim Wilson

(init_function_start): Always set

current_funtion_returns_pcc_struct if PCC_STATIC_STRUCT_RETURN defined.

From-SVN: r4031
parent 80f9d7f2
...@@ -4156,9 +4156,7 @@ init_function_start (subr, filename, line) ...@@ -4156,9 +4156,7 @@ init_function_start (subr, filename, line)
if (aggregate_value_p (DECL_RESULT (subr))) if (aggregate_value_p (DECL_RESULT (subr)))
{ {
#ifdef PCC_STATIC_STRUCT_RETURN #ifdef PCC_STATIC_STRUCT_RETURN
if (flag_pcc_struct_return)
current_function_returns_pcc_struct = 1; current_function_returns_pcc_struct = 1;
else
#endif #endif
current_function_returns_struct = 1; current_function_returns_struct = 1;
} }
......
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