OSDN Git Service

PR debug/43058
[pf3gnuchains/gcc-fork.git] / gcc / target.h
index 7447900..29ec84f 100644 (file)
@@ -616,7 +616,7 @@ struct gcc_target
                                      tree decl, void *params);
 
   /* Fold a target-specific builtin.  */
-  tree (* fold_builtin) (tree fndecl, int nargs, tree *argp, bool ignore);
+  tree (* fold_builtin) (tree fndecl, tree arglist, bool ignore);
 
   /* Returns a code for a target-specific builtin that implements
      reciprocal of the function, or NULL_TREE if not available.  */