isl_tab_pip: don't simplify domain in isl_for_add
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 27 Apr 2011 20:23:13 +0000 (22:23 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 30 Apr 2011 13:51:16 +0000 (15:51 +0200)
commit0c4cc556aa857ed5bc72996cb73107a9590f8466
tree619be67431b85d862ff1f8e912d494950c77e6c5
parent6980ccb41dc89cd857d04ef8c9449dec499922a2
isl_tab_pip: don't simplify domain in isl_for_add

As the comment above the function explains, the domain should not
be simplified.  Unfortunately, an isl_basic_set_simplify snuck in
in 8b88ebf (isl_tab_pip.c: remove some code duplication between
isl_map_add and isl_for_add, Fri Oct 16 14:10:59 2009 +0200).

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