Factor out the access printing from the pet expression printing
commite2a6a00cd8c46013839fa4c57e255a7382118b9d
authorTobias Grosser <tobias@grosser.es>
Fri, 16 Mar 2012 16:14:42 +0000 (16 17:14 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 19 Mar 2012 14:50:57 +0000 (19 15:50 +0100)
treea71c6124661da82ecdd6a217a84b1cf19e4cb73d
parent60541159f3d6999c864e3f65f32ff69bd8f9fa10
Factor out the access printing from the pet expression printing

Within the pet expression printer we really should not have code that
is just used to iterate over the access lists. It may very well be
that a different access printing may not need this and overall it
just complicates the otherwise trivial code.

Signed-off-by: Tobias Grosser <tobias@grosser.es>
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
cuda.c