2006-12-13 Richard Guenther <rguenther@suse.de>
* builtins.c (expand_builtin_cexpi): Fix typo.
From-SVN: r119834
+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.
/* 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. */