print_private_global_index: properly print accesses to scalars
commitd562bbb2696a8c6d5419cbe3b87f85dc4516a436
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 2 Jan 2012 14:17:44 +0000 (2 15:17 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 4 Jan 2012 12:42:14 +0000 (4 13:42 +0100)
treedf3e552dd36bd3dbaf635fd08de58dff77434b4c
parentdfc8a3bd0ea4ca4a6f5c313e84be216240bb4bc8
print_private_global_index: properly print accesses to scalars

Scalars are unlikely to get assigned to private memory, but we will
reuse this function for shared memory in the next commit.

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