aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2021-08-02 18:34:47 +0200
committerThomas Schwinge <thomas@codesourcery.com>2021-08-09 13:36:19 +0200
commit06870af3e48daf523a973981f053ee5c6f44c871 (patch)
tree1d39c7fd4784356223275941260f864234fd75af /gcc
parent7cc85851bc7981b999f9ebadcf3f4b2c34c0ce07 (diff)
downloadgcc-06870af3e48daf523a973981f053ee5c6f44c871.zip
gcc-06870af3e48daf523a973981f053ee5c6f44c871.tar.gz
gcc-06870af3e48daf523a973981f053ee5c6f44c871.tar.bz2
[OpenACC] Clean up unused 'BUILT_IN_ACC_GET_DEVICE_TYPE'
Unused as of r229767 (Git commit e50146711b7200e8f822c6d8239430c682b76e4f) "OpenACC reductions". gcc/ * omp-builtins.def (BUILT_IN_ACC_GET_DEVICE_TYPE): Remove.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/omp-builtins.def2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/omp-builtins.def b/gcc/omp-builtins.def
index 97964f8..4a7e7ba 100644
--- a/gcc/omp-builtins.def
+++ b/gcc/omp-builtins.def
@@ -29,8 +29,6 @@ along with GCC; see the file COPYING3. If not see
/* The reason why they aren't in gcc/builtins.def is that the Fortran front end
doesn't source those. */
-DEF_GOACC_BUILTIN (BUILT_IN_ACC_GET_DEVICE_TYPE, "acc_get_device_type",
- BT_FN_INT, ATTR_NOTHROW_LIST)
DEF_GOACC_BUILTIN (BUILT_IN_GOACC_DATA_START, "GOACC_data_start",
BT_FN_VOID_INT_SIZE_PTR_PTR_PTR, ATTR_NOTHROW_LIST)
DEF_GOACC_BUILTIN (BUILT_IN_GOACC_DATA_END, "GOACC_data_end",