source/clast.c: detect pairs of inequalities that uniquely define a variable
commitbaa8500f3037e42c624b0f40b97c47155c8d4d9e
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 6 Aug 2008 11:00:39 +0000 (6 13:00 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 6 Aug 2008 11:00:39 +0000 (6 13:00 +0200)
tree74ac904b7943c55dd2e24a3b726388a3434ab06c
parentb31d016a663e09ab360f685155140313a477e03e
source/clast.c: detect pairs of inequalities that uniquely define a variable

For such variables, we can simply print a guard (if needed) and
an assignment instead of generating a loop.
source/clast.c
test/basic-bounds-5.c
test/cholesky2.c
test/levenshtein-1-2-3.c
test/levenshtein-1-2-3f.f
test/orc.c
test/vivien.c
test/vivien2.c