isl_map_simplify.c: normalize_divs: fix use of variable compression
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 27 Jan 2009 09:48:32 +0000 (10:48 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 4 Feb 2009 11:36:51 +0000 (12:36 +0100)
commitc9c4f446e9f40d07f76235d81c2b250e4ef94bd8
tree2410f1e731e7b2d5b76bfe66923913ea00bea394
parent269161669db330f7260531a11bb401c075affc8a
isl_map_simplify.c: normalize_divs: fix use of variable compression

When there is a div that depends on another div, then we need
to be careful not to look for the other div in the variable
compression matrix.
isl_map_simplify.c
isl_test.c