mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 14:41:14 +08:00
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:
parent
8f6854597b
commit
13aa1501c0
@ -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
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user