builtins.c (builtin_mathfn_code): Generalize to check whether the call is to any...
authorRoger Sayle <roger@eyesopen.com>
Sat, 11 Oct 2003 03:53:05 +0000 (03:53 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Sat, 11 Oct 2003 03:53:05 +0000 (03:53 +0000)
commitfeda184548246b017ca2b2338cb6b50293d5e3f6
treeac9e9e0dafcea89fd08cf274b9e7aabba1833ce0
parentdd0ba2813d6150d6b4c8ddbf9f259c6efbba110f
builtins.c (builtin_mathfn_code): Generalize to check whether the call is to any built-in function by comparing...

* builtins.c (builtin_mathfn_code): Generalize to check whether
the call is to any built-in function by comparing the call's
argument list against the builtin decl's function type.

From-SVN: r72327
gcc/ChangeLog
gcc/builtins.c