From: Richard Guenther Date: Wed, 13 Dec 2006 16:53:15 +0000 (+0000) Subject: builtins.c (expand_builtin_cexpi): Fix typo. X-Git-Tag: releases/gcc-4.3.0~7980 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0f98ca0a356308694944cc1204210d0336316584;p=thirdparty%2Fgcc.git builtins.c (expand_builtin_cexpi): Fix typo. 2006-12-13 Richard Guenther * builtins.c (expand_builtin_cexpi): Fix typo. From-SVN: r119834 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c49997d3dde6..64358197b3c2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-12-13 Richard Guenther + + * builtins.c (expand_builtin_cexpi): Fix typo. + 2006-12-13 Jan Hubicka * Makefile.in: Add dependencies. diff --git a/gcc/builtins.c b/gcc/builtins.c index 78b34338eb68..d0271bc23083 100644 --- a/gcc/builtins.c +++ b/gcc/builtins.c @@ -2279,7 +2279,7 @@ expand_builtin_cexpi (tree exp, rtx target, rtx subtarget) /* Make sure not to fold the sincos call again. */ call = build1 (ADDR_EXPR, build_pointer_type (TREE_TYPE (fn)), fn); expand_normal (build3 (CALL_EXPR, TREE_TYPE (TREE_TYPE (fn)), - call, arglist, NULL_TREE)); + call, narglist, NULL_TREE)); } /* Now build the proper return type. */