isl_basic_set_compute_vertices: set activity domain on single vertex
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 30 Dec 2011 23:19:47 +0000 (00:19 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 1 Jan 2012 16:58:47 +0000 (17:58 +0100)
commit47ea804fa3a816a9e28e235aed04512cb45cfc3a
treeeb0d7037a2c70d80ca08a6556d3f0ccff85c4fa7
parent77cc58530e81df153f05af881ded71cc2c782a1f
isl_basic_set_compute_vertices: set activity domain on single vertex

isl_basic_set_compute_vertices always sets the activity domains of
the vertices, except when there is only a single vertex.
Chnage vertices_0D to also set the activity domain in this case.

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