]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/arm/arm.c
Come up with fndecl_built_in_p.
[thirdparty/gcc.git] / gcc / config / arm / arm.c
index c081216decd04e94069940f096b8c70b001f4beb..6332e68df0506bb980cf55e05e7293b4a44d1e91 100644 (file)
@@ -30841,7 +30841,7 @@ arm_insert_attributes (tree fndecl, tree * attributes)
     return;
 
   if (TREE_CODE (fndecl) != FUNCTION_DECL || DECL_EXTERNAL(fndecl)
-      || DECL_BUILT_IN (fndecl) || DECL_ARTIFICIAL (fndecl))
+      || fndecl_built_in_p (fndecl) || DECL_ARTIFICIAL (fndecl))
    return;
 
   /* Nested definitions must inherit mode.  */