isl_input_omega.c: finalize and simplify resulting basic map
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 22 Jan 2010 12:58:23 +0000 (13:58 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 24 Jan 2010 17:25:30 +0000 (18:25 +0100)
isl_input_omega.c

index eca06c0..079ac82 100644 (file)
@@ -393,6 +393,8 @@ static struct isl_basic_map *basic_map_read(struct isl_stream *s)
        }
        vars_free(v);
 
+       bmap = isl_basic_map_simplify(bmap);
+       bmap = isl_basic_map_finalize(bmap);
        return bmap;
 error:
        isl_basic_map_free(bmap);