isl_basic_map_insert: don't simplify the result
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 13 Jan 2011 11:23:49 +0000 (12:23 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 16 Jan 2011 14:04:54 +0000 (15:04 +0100)
commitdc6eb0919ac3094074fc11769079b82978d651ae
tree7dfc409fc0fe4bfca455b05b1ffc8ea785edd6ca
parent5548aa4b6deb6a95c5781f0547472a713cf01d74
isl_basic_map_insert: don't simplify the result

None of the constraints are changed in any way, so there shouldn't
be any need to call isl_basic_map_simplify.

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