]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/tree-ssa-math-opts.c
Come up with fndecl_built_in_p.
[gcc.git] / gcc / tree-ssa-math-opts.c
index a90d9d28e4ef6ce66fa380f314a9749fa952be0a..25378da6f4ab27dbce51e10461efc18cc416a4d7 100644 (file)
@@ -793,7 +793,7 @@ pass_cse_reciprocals::execute (function *fun)
                    {
                      fndecl = gimple_call_fndecl (call);
                      if (!fndecl
-                         || DECL_BUILT_IN_CLASS (fndecl) != BUILT_IN_MD)
+                         || !fndecl_built_in_p (fndecl, BUILT_IN_MD))
                        continue;
                      fndecl = targetm.builtin_reciprocal (fndecl);
                      if (!fndecl)
This page took 0.026879 seconds and 5 git commands to generate.