diff options
Diffstat (limited to 'polly/lib/CodeGen/IslAst.cpp')
-rw-r--r-- | polly/lib/CodeGen/IslAst.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/polly/lib/CodeGen/IslAst.cpp b/polly/lib/CodeGen/IslAst.cpp index 1c058abce14..8f266b50968 100644 --- a/polly/lib/CodeGen/IslAst.cpp +++ b/polly/lib/CodeGen/IslAst.cpp @@ -466,7 +466,8 @@ bool IslAstInfo::runOnScop(Scop &Scop) { S = &Scop; - const Dependences &D = getAnalysis<DependenceInfo>().getDependences(); + const Dependences &D = + getAnalysis<DependenceInfo>().getDependences(Dependences::AL_Statement); Ast = IslAst::create(&Scop, D); |