gpu.c: extract_access: extract access->access from access->tagged_access
commitbb84a7b676a3dd562c981457a4b2952a50e5dafe
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 19 Nov 2014 10:49:38 +0000 (19 11:49 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 18 Feb 2015 16:27:42 +0000 (18 17:27 +0100)
tree990c3d6831223d39600776d3c21a7db95965703f
parent9616b726bd4509ded9fa3fd0896dc8daf0992c4d
gpu.c: extract_access: extract access->access from access->tagged_access

access->access is just access->tagged_access with the tag removed,
so we might as well compute it like that instead of performing
essentially the same computation twice.
The first step is to extract access->access from access->tagged_access.
The duplicate computation will be removed in the next commit.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
gpu.c