expr.c (build_chill_function_call): Remove redundant call to chill_convert_to_assignment
authorDave Brolley <brolley@cygnus.com>
Mon, 14 Sep 1998 13:50:41 +0000 (13:50 +0000)
committerDave Brolley <brolley@gcc.gnu.org>
Mon, 14 Sep 1998 13:50:41 +0000 (09:50 -0400)
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

gcc/ch/ChangeLog
gcc/ch/expr.c

index 3bc0dccdfe25042c7e6d7c051915a05ed829a513..20dae6740410bde64be1bc40466af5053defd0ee 100644 (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
index 16b1e3c6a1078816f904148db119ed7a1f9bbf29..a016bf9c9756bd1a91c26b422dd7977dd7488f31 100644 (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);