]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
builtins.c (expand_builtin_cexpi): Fix typo.
authorRichard Guenther <rguenther@suse.de>
Wed, 13 Dec 2006 16:53:15 +0000 (16:53 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 13 Dec 2006 16:53:15 +0000 (16:53 +0000)
2006-12-13  Richard Guenther  <rguenther@suse.de>

* builtins.c (expand_builtin_cexpi): Fix typo.

From-SVN: r119834

gcc/ChangeLog
gcc/builtins.c

index c49997d3dde6b4435841b7ec071617e52c5484dc..64358197b3c2b0e52e6e037f69d74a0245b0bbea 100644 (file)
@@ -1,3 +1,7 @@
+2006-12-13  Richard Guenther  <rguenther@suse.de>
+
+       * builtins.c (expand_builtin_cexpi): Fix typo.
+
 2006-12-13  Jan Hubicka  <jh@suse.cz>
 
        * Makefile.in: Add dependencies.
index 78b34338eb68d9249a99a61bdf6d06ce36f52615..d0271bc2308342f7bfe25c5fe2500a124479041d 100644 (file)
@@ -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.  */