diff options
author | Joern Rennecke <joern.rennecke@embecosm.com> | 2010-06-30 17:55:03 +0000 |
---|---|---|
committer | Joern Rennecke <amylaar@gcc.gnu.org> | 2010-06-30 18:55:03 +0100 |
commit | 08914aaad9a660df1206cd985198ab213d7bb365 (patch) | |
tree | c1b6f59fc55785860048bb704ac81d7f5cb7c1b8 /gcc/doc/tm.texi | |
parent | 07a5b2bc7791ed01de9000b1f3af59a9ee7dddd5 (diff) | |
download | gcc-08914aaad9a660df1206cd985198ab213d7bb365.zip gcc-08914aaad9a660df1206cd985198ab213d7bb365.tar.gz gcc-08914aaad9a660df1206cd985198ab213d7bb365.tar.bz2 |
target.def (fold_builtin): Rename nargs to n_args.
* target.def (fold_builtin): Rename nargs to n_args. Use DEFHOOK.
* doc/tm.texi.in (TARGET_FOLD_BUILTIN): Use @hook.
* doc/tm.texi: Regenerate.
From-SVN: r161622
Diffstat (limited to 'gcc/doc/tm.texi')
-rw-r--r-- | gcc/doc/tm.texi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 12eba30..f2261a1 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -10805,7 +10805,6 @@ another @code{CALL_EXPR}. @end deftypefn @deftypefn {Target Hook} tree TARGET_FOLD_BUILTIN (tree @var{fndecl}, int @var{n_args}, tree *@var{argp}, bool @var{ignore}) - Fold a call to a machine specific built-in function that was set up by @samp{TARGET_INIT_BUILTINS}. @var{fndecl} is the declaration of the built-in function. @var{n_args} is the number of arguments passed to |