Clean up 'GOMP_MAP_POINTER' handling in 'libgomp/oacc-parallel.c:GOACC_declare'
Given that we 'continue' for 'GOMP_MAP_POINTER', we cannot possibly encounter
it afterwards.
Small fix-up for r230275 (commit 6e232ba424
)
"[OpenACC] declare directive".
libgomp/
* oacc-parallel.c (GOACC_declare): Clean up 'GOMP_MAP_POINTER'
handling.
Co-Authored-By: Thomas Schwinge <thomas@codesourcery.com>
This commit is contained in:
parent
7c097d18c1
commit
ae33c6deb1
1 changed files with 0 additions and 1 deletions
|
@ -747,7 +747,6 @@ GOACC_declare (int flags_m, size_t mapnum,
|
|||
case GOMP_MAP_FORCE_ALLOC:
|
||||
case GOMP_MAP_FORCE_FROM:
|
||||
case GOMP_MAP_FORCE_TO:
|
||||
case GOMP_MAP_POINTER:
|
||||
case GOMP_MAP_RELEASE:
|
||||
case GOMP_MAP_DELETE:
|
||||
GOACC_enter_exit_data (flags_m, 1, &hostaddrs[i], &sizes[i],
|
||||
|
|
Loading…
Add table
Reference in a new issue