From 6d4e7c0669a6f3d21239f7b1d0f5ffe45ae56ca3 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Thu, 18 Jul 2013 21:13:55 +0200 Subject: [PATCH] scan.cc: compute_wrapping: drop dead code The code appears to have been introduced by mistake as it was dead from the start in 2868def (take into account that unsigned iterators may wrap, Sat Jul 30 12:24:38 2011 +0200). Signed-off-by: Sven Verdoolaege --- scan.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/scan.cc b/scan.cc index 98094ea..d33d721 100644 --- a/scan.cc +++ b/scan.cc @@ -2572,7 +2572,6 @@ static __isl_give isl_map *compute_wrapping(__isl_take isl_space *dim, aff = isl_aff_mod_val(aff, mod); return isl_map_from_basic_map(isl_basic_map_from_aff(aff)); - map = isl_map_reverse(map); } /* Project out the parameter "id" from "set". -- 2.11.4.GIT