Replace enum omp_clause_map_kind with enum gomp_map_kind.
commit3421740e4c0b9262810d1c0b98f2b6c58623f868
authortschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 12 Jan 2015 16:17:35 +0000 (12 16:17 +0000)
committertschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 12 Jan 2015 16:17:35 +0000 (12 16:17 +0000)
tree9994692228f9e0a1ca7a6fc448d49323e4ca791b
parent7c011e60ec4e056e4c1b054966fd95fb2cb5e44a
Replace enum omp_clause_map_kind with enum gomp_map_kind.

include/
* gomp-constants.h (GOMP_MAP_LAST): Rename from
GOMP_MAP_VALUE_LIMIT.  Change all users.
(GOMP_MAP_ALLOC, GOMP_MAP_TO, GOMP_MAP_FROM, GOMP_MAP_TOFROM)
(GOMP_MAP_POINTER, GOMP_MAP_TO_PSET, GOMP_MAP_FORCE_PRESENT)
(GOMP_MAP_FORCE_DEALLOC, GOMP_MAP_FORCE_DEVICEPTR)
(GOMP_MAP_FORCE_ALLOC, GOMP_MAP_FORCE_TO, GOMP_MAP_FORCE_FROM)
(GOMP_MAP_FORCE_TOFROM): Move into a new enum gomp_map_kind.
gcc/
* tree-core.h (OMP_CLAUSE_MAP_ALLOC, OMP_CLAUSE_MAP_TO)
(OMP_CLAUSE_MAP_FROM, OMP_CLAUSE_MAP_TOFROM)
(OMP_CLAUSE_MAP_POINTER, OMP_CLAUSE_MAP_TO_PSET)
(OMP_CLAUSE_MAP_FORCE_ALLOC, OMP_CLAUSE_MAP_FORCE_TO)
(OMP_CLAUSE_MAP_FORCE_FROM, OMP_CLAUSE_MAP_FORCE_TOFROM)
(OMP_CLAUSE_MAP_FORCE_PRESENT, OMP_CLAUSE_MAP_FORCE_DEALLOC)
(OMP_CLAUSE_MAP_FORCE_DEVICEPTR, OMP_CLAUSE_MAP_LAST): Remove from
enum omp_clause_map_kind.  Change all users to
include/gomp-constants.h's enum gomp_map_kind.
(enum omp_clause_map_kind): Remove.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gomp-4_0-branch@219476 138bc75d-0d04-0410-961f-82ee72b054a4
16 files changed:
gcc/ChangeLog.gomp
gcc/c/c-parser.c
gcc/c/c-typeck.c
gcc/cp/parser.c
gcc/cp/semantics.c
gcc/fortran/trans-openmp.c
gcc/gimplify.c
gcc/omp-low.c
gcc/tree-core.h
gcc/tree-nested.c
gcc/tree-pretty-print.c
gcc/tree-streamer-in.c
gcc/tree-streamer-out.c
gcc/tree.h
include/ChangeLog.gomp
include/gomp-constants.h