builtins.c (expand_builtin_cexpi): Fix typo.

2006-12-13  Richard Guenther  <rguenther@suse.de>

	* builtins.c (expand_builtin_cexpi): Fix typo.

From-SVN: r119834
This commit is contained in:
Richard Guenther 2006-12-13 16:53:15 +00:00 committed by Richard Biener
parent 13067f2131
commit 0f98ca0a35
2 changed files with 5 additions and 1 deletions

View 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.

View 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. */