aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-pretty-print.c
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2016-06-01 13:55:35 +0200
committerThomas Schwinge <tschwinge@gcc.gnu.org>2016-06-01 13:55:35 +0200
commit268143a480cf8e4142db3ebb2dadaf924f6f3303 (patch)
tree9aeeb7f3e42057f3b9ed81a63190c2b9c0fab1b3 /gcc/tree-pretty-print.c
parent4272cd33e14916f16370814f1dcf9b3d31b50893 (diff)
downloadgcc-268143a480cf8e4142db3ebb2dadaf924f6f3303.zip
gcc-268143a480cf8e4142db3ebb2dadaf924f6f3303.tar.gz
gcc-268143a480cf8e4142db3ebb2dadaf924f6f3303.tar.bz2
Remove the unused OMP_CLAUSE_DEVICE_RESIDENT
gcc/ * tree-core.h (enum omp_clause_code): Remove OMP_CLAUSE_DEVICE_RESIDENT. Adjust all users. From-SVN: r236985
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 0e7fdd1..734ecda 100644
--- a/gcc/tree-pretty-print.c
+++ b/gcc/tree-pretty-print.c
@@ -407,9 +407,6 @@ dump_omp_clause (pretty_printer *pp, tree clause, int spc, int flags)
case OMP_CLAUSE__LOOPTEMP_:
name = "_looptemp_";
goto print_remap;
- case OMP_CLAUSE_DEVICE_RESIDENT:
- name = "device_resident";
- goto print_remap;
case OMP_CLAUSE_TO_DECLARE:
name = "to";
goto print_remap;