[OpenACC] Refactor 'delete_copyout' into 'goacc_exit_data'
authorThomas Schwinge <thomas@codesourcery.com>
Wed, 18 Dec 2019 17:02:00 +0000 (18:02 +0100)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Wed, 18 Dec 2019 17:02:00 +0000 (18:02 +0100)
commit34cfe31e1da108a2d6f6a7d120d3a9dac377649d
treee40caba2a3b92513bd5cac28655b8f1848ddbd63
parentaaf0e9d7081755e4a95c236cfe623923a0fe6f32
[OpenACC] Refactor 'delete_copyout' into 'goacc_exit_data'

Change 'FLAG_COPYOUT', 'FLAG_FINALIZE' into the usual map kind.

No functional changes.

libgomp/
* oacc-mem.c (delete_copyout): Refactor into...
(goacc_exit_data): ... this.  Adjust all users.

From-SVN: r279536
libgomp/ChangeLog
libgomp/oacc-mem.c