cuda.c: localize_bounds: don't apply destructive operation on "keep" set
commit9ef14b3a9a1f284a26dbacb061e68923c5fec404
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 23 Apr 2012 14:55:57 +0000 (23 16:55 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 18 Sep 2012 10:12:24 +0000 (18 12:12 +0200)
tree1567d214e4cf1b4a3fc9c15d005d6e31537ffd59
parent738bbc0e0ffbe74f4507c081b3718cebf972a714
cuda.c: localize_bounds: don't apply destructive operation on "keep" set

Instead, apply the operation on the copy of the set.  In practice,
this will make little difference, but this is only due to isl internals,
which we should not rely on.

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