]> gcc.gnu.org Git - gcc.git/commit
builtins.c (expand_builtin_mathfn): Rearrange so that we only return 0 for invalid...
authorRoger Sayle <roger@eyesopen.com>
Tue, 26 Aug 2003 00:09:10 +0000 (00:09 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Tue, 26 Aug 2003 00:09:10 +0000 (00:09 +0000)
commit8634629b6f3e9a316e4ef83685e3c36068d6a0c1
tree267b0d3325e69e819d855522539d14770832fe00
parent0961802f7eb8343c55cd29946985600f646879d3
builtins.c (expand_builtin_mathfn): Rearrange so that we only return 0 for invalid argument types.

* builtins.c (expand_builtin_mathfn):  Rearrange so that we only
return 0 for invalid argument types.  Instead drop through to a
call of expand_call at the bottom of function.  If op is SQRT,
try attaching a SQRT rtx as the REQ_EQUAL note of the libcall.

From-SVN: r70792
gcc/ChangeLog
gcc/builtins.c
This page took 0.05976 seconds and 5 git commands to generate.