Commit 13aa1501 by Dave Brolley Committed by Dave Brolley

expr.c (build_chill_function_call): Remove redundant call to chill_convert_to_assignment

Mon Sep 14 16:46:36 1998  Dave Brolley  <brolley@cygnus.com>
	* expr.c (build_chill_function_call): Remove redundant call to
 	chill_convert_to_assignment

From-SVN: r22417
parent 8f685459
Mon Sep 14 16:46:36 1998 Dave Brolley <brolley@cygnus.com>
* expr.c (build_chill_function_call): Remove redundant call to
chill_convert_to_assignment
Thu Sep 10 17:52:36 1998 Dave Brolley <brolley@cygnus.com>
* actions.c (chill_convert_for_assignment): Make a copy of the result
......
......@@ -2477,8 +2477,6 @@ build_chill_function_call (function, expr)
}
else
{
actual = chill_convert_for_assignment (TREE_TYPE (type),
actual, place);
sprintf (place, "parameter_%d", parmno);
actual = decl_temp1 (get_identifier (place),
TREE_TYPE (type), 0, actual, 0, 0);
......
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