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
This commit is contained in:
Dave Brolley 1998-09-14 13:50:41 +00:00 committed by Dave Brolley
parent 8f6854597b
commit 13aa1501c0
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -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);