Commit 0f98ca0a by Richard Guenther Committed by Richard Biener

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
parent 13067f21
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.
......
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment