diff options
Diffstat (limited to 'polly/lib/CodeGen/IslCodeGeneration.cpp')
-rw-r--r-- | polly/lib/CodeGen/IslCodeGeneration.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/polly/lib/CodeGen/IslCodeGeneration.cpp b/polly/lib/CodeGen/IslCodeGeneration.cpp index 749c07774e1..7cf5b263667 100644 --- a/polly/lib/CodeGen/IslCodeGeneration.cpp +++ b/polly/lib/CodeGen/IslCodeGeneration.cpp @@ -1007,9 +1007,7 @@ public: assert(!S.getRegion().isTopLevelRegion() && "Top level regions are not supported"); - // Build the alias scopes for annotations first. - if (PollyAnnotateAliasScopes) - Annotator.buildAliasScopes(S); + Annotator.buildAliasScopes(S); BasicBlock *EnteringBB = simplifyRegion(&S, this); PollyIRBuilder Builder = createPollyIRBuilder(EnteringBB, Annotator); |