summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuihui Zhang <huihuiz@codeaurora.org>2017-03-29 20:23:56 +0000
committerHuihui Zhang <huihuiz@codeaurora.org>2017-03-29 20:23:56 +0000
commitd6d6a3f2eecd44b2a261ae0ef9239ea8f6385a66 (patch)
tree12517dfcfdb90990792e8482f082599a88c4af70
parent8d753caa7893385b8abadae5f269e8a0abf04dda (diff)
downloadbcm5719-llvm-d6d6a3f2eecd44b2a261ae0ef9239ea8f6385a66.tar.gz
bcm5719-llvm-d6d6a3f2eecd44b2a261ae0ef9239ea8f6385a66.zip
revert test commit r299024
llvm-svn: 299026
-rw-r--r--polly/lib/Analysis/DependenceInfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/polly/lib/Analysis/DependenceInfo.cpp b/polly/lib/Analysis/DependenceInfo.cpp
index a610f7fed40..513698c9b22 100644
--- a/polly/lib/Analysis/DependenceInfo.cpp
+++ b/polly/lib/Analysis/DependenceInfo.cpp
@@ -88,7 +88,6 @@ static cl::opt<Dependences::AnalysisLevel> 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));
OpenPOWER on IntegriCloud