Clean up 'GOMP_MAP_POINTER' handling in 'libgomp/oacc-parallel.c:GOACC_declare'
authorAndrew Stubbs <ams@codesourcery.com>
Wed, 29 Jul 2020 14:05:45 +0000 (15:05 +0100)
committerThomas Schwinge <thomas@codesourcery.com>
Thu, 10 Jun 2021 11:11:57 +0000 (13:11 +0200)
commitae33c6deb158911548a5f1d383b683abb799be4a
treebb5203d9e461a30498fcf935b50c98f1d4b283a5
parent7c097d18c11dc7cccd38537d6d8641e2d5913dee
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 6e232ba4246ca324a663ec5ddf0ba4db5cf3fbad)
"[OpenACC] declare directive".

libgomp/
* oacc-parallel.c (GOACC_declare): Clean up 'GOMP_MAP_POINTER'
handling.

Co-Authored-By: Thomas Schwinge <thomas@codesourcery.com>
libgomp/oacc-parallel.c