diff options
Diffstat (limited to 'gcc/builtins.def')
-rw-r--r-- | gcc/builtins.def | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/gcc/builtins.def b/gcc/builtins.def index 26118f1..3fdd2dc 100644 --- a/gcc/builtins.def +++ b/gcc/builtins.def @@ -221,7 +221,6 @@ along with GCC; see the file COPYING3. If not see (flag_openacc \ || flag_openmp \ || flag_tree_parallelize_loops > 1 \ - || flag_cilkplus \ || flag_offload_abi != OFFLOAD_ABI_UNSET)) #undef DEF_HSA_BUILTIN @@ -237,13 +236,6 @@ along with GCC; see the file COPYING3. If not see (false)) #endif -/* Builtin used by implementation of Cilk Plus. Most of these are decomposed - by the compiler but a few are implemented in libcilkrts. */ -#undef DEF_CILK_BUILTIN_STUB -#define DEF_CILK_BUILTIN_STUB(ENUM, NAME) \ - DEF_BUILTIN (ENUM, NAME, BUILT_IN_NORMAL, BT_LAST, BT_LAST, false, false, \ - false, ATTR_LAST, false, false) - /* Builtin used by the implementation of GNU TM. These functions are mapped to the actual implementation of the STM library. */ #undef DEF_TM_BUILTIN @@ -263,11 +255,6 @@ along with GCC; see the file COPYING3. If not see | SANITIZE_UNDEFINED_NONDEFAULT) \ || flag_sanitize_coverage)) -#undef DEF_CILKPLUS_BUILTIN -#define DEF_CILKPLUS_BUILTIN(ENUM, NAME, TYPE, ATTRS) \ - DEF_BUILTIN (ENUM, NAME, BUILT_IN_NORMAL, BT_FN_INT_VAR, BT_LAST, \ - false, false, false, ATTRS, false, flag_cilkplus) - /* Builtin used by the implementation of Pointer Bounds Checker. */ #undef DEF_CHKP_BUILTIN #define DEF_CHKP_BUILTIN(ENUM, NAME, TYPE, ATTRS) \ @@ -1033,18 +1020,12 @@ DEF_GCC_BUILTIN (BUILT_IN_LINE, "LINE", BT_FN_INT, ATTR_NOTHROW_LEAF_LIST) /* Heterogeneous Systems Architecture. */ #include "hsa-builtins.def" -/* Cilk keywords builtins. */ -#include "cilk-builtins.def" - /* GTM builtins. */ #include "gtm-builtins.def" /* Sanitizer builtins. */ #include "sanitizer.def" -/* Cilk Plus builtins. */ -#include "cilkplus.def" - /* Pointer Bounds Checker builtins. */ #include "chkp-builtins.def" |