From: Dave Brolley Date: Mon, 14 Sep 1998 13:50:41 +0000 (+0000) Subject: expr.c (build_chill_function_call): Remove redundant call to chill_convert_to_assignment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=13aa1501c0a1eceedf22767f07e996d6e8375aa4;p=gcc.git expr.c (build_chill_function_call): Remove redundant call to chill_convert_to_assignment Mon Sep 14 16:46:36 1998 Dave Brolley * expr.c (build_chill_function_call): Remove redundant call to chill_convert_to_assignment From-SVN: r22417 --- diff --git a/gcc/ch/ChangeLog b/gcc/ch/ChangeLog index 3bc0dccdfe2..20dae674041 100644 --- a/gcc/ch/ChangeLog +++ b/gcc/ch/ChangeLog @@ -1,3 +1,8 @@ +Mon Sep 14 16:46:36 1998 Dave Brolley + + * expr.c (build_chill_function_call): Remove redundant call to + chill_convert_to_assignment + Thu Sep 10 17:52:36 1998 Dave Brolley * actions.c (chill_convert_for_assignment): Make a copy of the result diff --git a/gcc/ch/expr.c b/gcc/ch/expr.c index 16b1e3c6a10..a016bf9c975 100644 --- a/gcc/ch/expr.c +++ b/gcc/ch/expr.c @@ -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);