summaryrefslogtreecommitdiff
path: root/gcc/builtin-types.def
diff options
context:
space:
mode:
authorjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>2001-12-07 01:42:35 +0000
committerjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>2001-12-07 01:42:35 +0000
commit26a5cadbe2e258b572d11c71e0c01ea1950ee6e0 (patch)
treebaf0c96827241d6794dcca8eb20a81c5076a34e7 /gcc/builtin-types.def
parent40c47dd71efa49b66faf8d564a7437b7f5ed7091 (diff)
downloadgcc-26a5cadbe2e258b572d11c71e0c01ea1950ee6e0.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47741 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/builtin-types.def')
-rw-r--r--gcc/builtin-types.def2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/builtin-types.def b/gcc/builtin-types.def
index b4c866fddda..f24f5c79524 100644
--- a/gcc/builtin-types.def
+++ b/gcc/builtin-types.def
@@ -167,6 +167,8 @@ DEF_FUNCTION_TYPE_VAR_0 (BT_FN_PTR_VAR, BT_PTR)
DEF_FUNCTION_TYPE_VAR_1 (BT_FN_VOID_VALIST_REF_VAR,
BT_VOID, BT_VALIST_REF)
+DEF_FUNCTION_TYPE_VAR_1 (BT_FN_VOID_PTR_VAR,
+ BT_VOID, BT_PTR)
DEF_FUNCTION_TYPE_VAR_1 (BT_FN_INT_CONST_STRING_VAR,
BT_INT, BT_CONST_STRING)