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:
parent
13067f2131
commit
0f98ca0a35
@ -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.
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user