diff options
author | Huihui Zhang <huihuiz@codeaurora.org> | 2017-03-29 20:23:56 +0000 |
---|---|---|
committer | Huihui Zhang <huihuiz@codeaurora.org> | 2017-03-29 20:23:56 +0000 |
commit | d6d6a3f2eecd44b2a261ae0ef9239ea8f6385a66 (patch) | |
tree | 12517dfcfdb90990792e8482f082599a88c4af70 | |
parent | 8d753caa7893385b8abadae5f269e8a0abf04dda (diff) | |
download | bcm5719-llvm-d6d6a3f2eecd44b2a261ae0ef9239ea8f6385a66.tar.gz bcm5719-llvm-d6d6a3f2eecd44b2a261ae0ef9239ea8f6385a66.zip |
revert test commit r299024
llvm-svn: 299026
-rw-r--r-- | polly/lib/Analysis/DependenceInfo.cpp | 1 |
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)); |