From: rguenth Date: Wed, 13 Dec 2006 16:53:15 +0000 (+0000) Subject: 2006-12-13 Richard Guenther X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=78be34163ce015c1db49993e836711db2337f303;p=thirdparty%2Fgcc.git 2006-12-13 Richard Guenther * builtins.c (expand_builtin_cexpi): Fix typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119834 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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. */