From 044d80d07b2617d26ef26a15cbf5d2c25ab76cd0 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sun, 12 Jul 2009 12:23:35 +0200 Subject: [PATCH] isl_coalesce.c: fix typo --- isl_coalesce.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isl_coalesce.c b/isl_coalesce.c index aa74484..8d48a6c 100644 --- a/isl_coalesce.c +++ b/isl_coalesce.c @@ -314,7 +314,7 @@ static int contains(struct isl_map *map, int i, int *ineq_i, for (k = 0; k < map->p[i]->n_ineq; ++k) { int stat; - if (ineq_i[l] == STATUS_REDUNDANT) + if (ineq_i[k] == STATUS_REDUNDANT) continue; stat = status_in(map->ctx, map->p[i]->ineq[k], tab); if (stat != STATUS_VALID) -- 2.7.4