isl_basic_map_gist: don't drop equalities from context
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 19 Dec 2009 10:20:34 +0000 (11:20 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 19 Dec 2009 10:53:43 +0000 (11:53 +0100)
commitaa70460a9bec70898c2d4f96cd255bf32906df68
tree0182576babc1cbc5408adef093c2f31538e81211
parentdf634e4ddc439e7bedca3c61032a795a0a45be96
isl_basic_map_gist: don't drop equalities from context

The context isn't cowed, so this dropping of equalities would
be visible to the caller.  Instead, drop the equalities after
duplicating the context.
isl_map_simplify.c