diff options
author | brolley <brolley@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-09-14 13:50:41 +0000 |
---|---|---|
committer | brolley <brolley@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-09-14 13:50:41 +0000 |
commit | 4a6eb62be072b9baef2cc1c1a9a7926666d08650 (patch) | |
tree | 4e19c30dcc6aff92c5b129abde0f2baa67fbdcb8 /gcc/ch | |
parent | cfef50d3944b46719d0ae2da5d1256bd64d9de41 (diff) | |
download | gcc-4a6eb62be072b9baef2cc1c1a9a7926666d08650.tar.gz |
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
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22417 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ch')
-rw-r--r-- | gcc/ch/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/ch/expr.c | 2 |
2 files changed, 5 insertions, 2 deletions
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 <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 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); |