diff options
author | Dave Brolley <brolley@cygnus.com> | 1998-09-14 13:50:41 +0000 |
---|---|---|
committer | Dave Brolley <brolley@gcc.gnu.org> | 1998-09-14 09:50:41 -0400 |
commit | 13aa1501c0a1eceedf22767f07e996d6e8375aa4 (patch) | |
tree | 4e19c30dcc6aff92c5b129abde0f2baa67fbdcb8 /gcc/ch/expr.c | |
parent | 8f6854597bf84ccd5f5aa87bb4487d768a99e74f (diff) | |
download | gcc-13aa1501c0a1eceedf22767f07e996d6e8375aa4.zip gcc-13aa1501c0a1eceedf22767f07e996d6e8375aa4.tar.gz gcc-13aa1501c0a1eceedf22767f07e996d6e8375aa4.tar.bz2 |
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
Diffstat (limited to 'gcc/ch/expr.c')
-rw-r--r-- | gcc/ch/expr.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/ch/expr.c b/gcc/ch/expr.c index 16b1e3c..a016bf9 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); |