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 3513550..152cb7d 100644 --- a/gcc/target.h +++ b/gcc/target.h @@ -344,7 +344,7 @@ struct gcc_target enum machine_mode mode, int ignore); /* Fold a target-specific builtin. */ - tree (* fold_builtin) (tree exp, bool ignore); + tree (* fold_builtin) (tree fndecl, tree arglist, bool ignore); /* For a vendor-specific fundamental TYPE, return a pointer to a statically-allocated string containing the C++ mangling for |