cuda.c: use isl_map_from_union_map instead of isl_union_map_copy_map
commit995f2e973b4570af3553566671d9d105a216b20b
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 12 Jul 2011 09:46:40 +0000 (12 11:46 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 16 Jul 2011 08:31:57 +0000 (16 10:31 +0200)
tree1c9e935db08e812681e487ebda12914e204fb3a4
parentd52d315a3dc9c47d173bcf46451259248d6b764d
cuda.c: use isl_map_from_union_map instead of isl_union_map_copy_map

isl_union_map_copy_map was undocumented and will be removed.
Also replace some uses of isl_union_map_extract_map by the more
convenient isl_map_from_union_map.

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