r219028 - in /branches/gomp-4_0-branch/libgomp:...
tschwinge@gcc.gnu.org
tschwinge@gcc.gnu.org
Mon Dec 22 18:24:00 GMT 2014
Author: tschwinge
Date: Mon Dec 22 18:24:03 2014
New Revision: 219028
URL: https://gcc.gnu.org/viewcvs?rev=219028&root=gcc&view=rev
Log:
libgomp: Remove id member from struct gomp_device_descr.
This ID field is not actually used anywhere, and it is redundant, because all
devices are kept in a devices array, so the IDth device is simply devices[ID].
libgomp/
* libgomp.h (struct gomp_device_descr): Remove id member. Update
all users.
Modified:
branches/gomp-4_0-branch/libgomp/ChangeLog.gomp
branches/gomp-4_0-branch/libgomp/libgomp.h
branches/gomp-4_0-branch/libgomp/oacc-host.c
branches/gomp-4_0-branch/libgomp/target.c
More information about the Gcc-cvs
mailing list