]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/doc/extend.texi
builtin-types.def (BT_FN_VOID_PTR_VAR): New.
authorJanis Johnson <janis187@us.ibm.com>
Fri, 7 Dec 2001 01:42:35 +0000 (01:42 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Fri, 7 Dec 2001 01:42:35 +0000 (01:42 +0000)
commite83d297b1049d7d298aa315ae8219f6a5ddec0c7
treebaf0c96827241d6794dcca8eb20a81c5076a34e7
parente94c6dee73d9ffdaf8bae0f9cfdde6db3e4840b1
builtin-types.def (BT_FN_VOID_PTR_VAR): New.

* builtin-types.def (BT_FN_VOID_PTR_VAR): New.
* builtins.def (BUILT_IN_PREFETCH): Change arguments.
* builtins.c (expand_builtin_prefetch): Two arguments are now optional,
with defaults for read prefetch with high degree of locality.
* doc/extend.texi (__builtin_prefetch): Update documentation.
* doc/md.texi (prefetch): Add documentation.

From-SVN: r47741
gcc/ChangeLog
gcc/builtin-types.def
gcc/builtins.c
gcc/builtins.def
gcc/doc/extend.texi
gcc/doc/md.texi