diff options
Diffstat (limited to 'gcc/target.h')
-rw-r--r-- | gcc/target.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/target.h b/gcc/target.h index 29ec84f1a48..744790061a2 100644 --- a/gcc/target.h +++ b/gcc/target.h @@ -616,7 +616,7 @@ struct gcc_target tree decl, void *params); /* Fold a target-specific builtin. */ - tree (* fold_builtin) (tree fndecl, tree arglist, bool ignore); + tree (* fold_builtin) (tree fndecl, int nargs, tree *argp, bool ignore); /* Returns a code for a target-specific builtin that implements reciprocal of the function, or NULL_TREE if not available. */ |