isl_basic_map_gauss: normalize resulting constraints
commit596122af75f167c1b560ad55147e2c92ca2286c6
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 27 Sep 2010 08:47:25 +0000 (27 10:47 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 6 Oct 2010 09:48:15 +0000 (6 11:48 +0200)
treeb99d69aa00f3a8b7eb42bb72af12a502d0234629
parentc9dac93d035b5f49c9c42c6d2f3950a69dee5113
isl_basic_map_gauss: normalize resulting constraints

When isl_basic_map_gauss is called from isl_basic_map_simplify,
the constraints get normalized already.  However, sometimes the calling
functions wants to only perform isl_basic_map_gauss and then the constraints
should still be normalized.

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