aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-pretty-print.c
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2015-12-23 12:01:18 +0100
committerThomas Schwinge <tschwinge@gcc.gnu.org>2015-12-23 12:01:18 +0100
commitc7b48c8ae5a68e227e0e917ce32533b8d571bf9b (patch)
tree35d28c7390d3ab361c0b04f4531b9f00b23c98a4 /gcc/tree-pretty-print.c
parente013d90cf66c85f64106cf0a4a3398cadb4812e1 (diff)
downloadgcc-c7b48c8ae5a68e227e0e917ce32533b8d571bf9b.zip
gcc-c7b48c8ae5a68e227e0e917ce32533b8d571bf9b.tar.gz
gcc-c7b48c8ae5a68e227e0e917ce32533b8d571bf9b.tar.bz2
Merge OMP_CLAUSE_USE_DEVICE into OMP_CLAUSE_USE_DEVICE_PTR
gcc/c/ * c-parser.c (c_parser_oacc_clause_use_device): Merge function into... (c_parser_omp_clause_use_device_ptr): ... this function. Adjust all users. gcc/ * tree-core.h (enum omp_clause_code): Merge OMP_CLAUSE_USE_DEVICE into OMP_CLAUSE_USE_DEVICE_PTR. Adjust all users. From-SVN: r231926
Diffstat (limited to 'gcc/tree-pretty-print.c')
-rw-r--r--gcc/tree-pretty-print.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/tree-pretty-print.c b/gcc/tree-pretty-print.c
index caec760..c4a180e 100644
--- a/gcc/tree-pretty-print.c
+++ b/gcc/tree-pretty-print.c
@@ -327,9 +327,6 @@ dump_omp_clause (pretty_printer *pp, tree clause, int spc, int flags)
case OMP_CLAUSE_DEVICE_RESIDENT:
name = "device_resident";
goto print_remap;
- case OMP_CLAUSE_USE_DEVICE:
- name = "use_device";
- goto print_remap;
case OMP_CLAUSE_TO_DECLARE:
name = "to";
goto print_remap;