diff options
Diffstat (limited to 'polly/lib')
-rw-r--r-- | polly/lib/CodeGen/IslAst.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/CodeGen/IslAst.cpp b/polly/lib/CodeGen/IslAst.cpp index e8ce6b4dc0b..c4299c6fd2d 100644 --- a/polly/lib/CodeGen/IslAst.cpp +++ b/polly/lib/CodeGen/IslAst.cpp @@ -351,7 +351,7 @@ IslAst::buildRunCondition(Scop *S, __isl_keep isl_ast_build *Build) { // Create the alias checks from the minimal/maximal accesses in each alias // group which consists of read only and non read only (read write) accesses. // This operation is by construction quadratic in the read-write pointers and - // linear int the read only pointers in each alias group. + // linear in the read only pointers in each alias group. for (const Scop::MinMaxVectorPairTy &MinMaxAccessPair : S->getAliasGroups()) { auto &MinMaxReadWrite = MinMaxAccessPair.first; auto &MinMaxReadOnly = MinMaxAccessPair.second; |