r279535 - in /trunk/libgomp: ChangeLog oacc-mem.c

tschwinge@gcc.gnu.org tschwinge@gcc.gnu.org
Wed Dec 18 17:01:00 GMT 2019


Author: tschwinge
Date: Wed Dec 18 17:01:51 2019
New Revision: 279535

URL: https://gcc.gnu.org/viewcvs?rev=279535&root=gcc&view=rev
Log:
[OpenACC] Refactor 'present_create_copy' into 'goacc_enter_data'

Every caller passes in 'FLAG_PRESENT', 'FLAG_CREATE'.  Change the remaining
'FLAG_COPY' into the usual map kind.

No functional changes.

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

Modified:
    trunk/libgomp/ChangeLog
    trunk/libgomp/oacc-mem.c



More information about the Gcc-cvs mailing list