scan.cc: scop_add_break: take isl_id instead of isl_map
commit76d3a1a98f0ce05f24212a0b03d04fa825d43e59
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 20 Jun 2013 09:57:17 +0000 (20 11:57 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 25 Jul 2013 10:12:57 +0000 (25 12:12 +0200)
treee86edd9794d456dad55937481b077e61ad9f8e17
parentcd0fb83faa87756f5be6877c9614172684ed3153
scan.cc: scop_add_break: take isl_id instead of isl_map

All we really need from the isl_map is the output tuple id,
so it makes more sense to pass that id than to take an isl_map
and impose some fairly arbitrary additional constraints on that map.
This should also make it easier to convert some of the maps to functions.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
scan.cc