From 9d19e9d232473b6b2c0587d246a155cf368bcbe7 Mon Sep 17 00:00:00 2001 From: Huihui Zhang Date: Wed, 29 Mar 2017 20:10:45 +0000 Subject: [PATCH] test commit, add blank line llvm-svn: 299024 --- polly/lib/Analysis/DependenceInfo.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/polly/lib/Analysis/DependenceInfo.cpp b/polly/lib/Analysis/DependenceInfo.cpp index 513698c..a610f7f 100644 --- a/polly/lib/Analysis/DependenceInfo.cpp +++ b/polly/lib/Analysis/DependenceInfo.cpp @@ -88,6 +88,7 @@ static cl::opt OptAnalysisLevel( /// Tag the @p Relation domain with @p TagId static __isl_give isl_map *tag(__isl_take isl_map *Relation, __isl_take isl_id *TagId) { + isl_space *Space = isl_map_get_space(Relation); Space = isl_space_drop_dims(Space, isl_dim_out, 0, isl_map_dim(Relation, isl_dim_out)); -- 2.7.4