From 13b12b9c744d5264739fb63a5ef291c2851ced1e Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Thu, 9 Feb 2012 14:09:35 +0100 Subject: [PATCH] loop.c: remove outdated comment We used to only save domains that only involve scattering dimensions, but this was changed in 6bc1c04 (clast: save domains on entire output tree, Mon May 30 15:53:27 2011 +0200). The comment was left in by mistake. Signed-off-by: Sven Verdoolaege Signed-off-by: Tobias Grosser --- source/loop.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/loop.c b/source/loop.c index f3d0ef9..23987c8 100644 --- a/source/loop.c +++ b/source/loop.c @@ -2579,7 +2579,6 @@ static CloogLoop *loop_simplify(CloogLoop *loop, CloogDomain *context, simplified = cloog_loop_alloc(loop->state, simp, loop->otl, loop->stride, new_block, inner, NULL); - /* Only save the domains, if it involves only scattering dimensions. */ if (options->save_domains) { if (domain_dim > nb_scattdims) { CloogDomain *t; -- 2.11.4.GIT