forked from OSchip/llvm-project
[MLIR][AffineAnalysis] Fix typo in comment (NFC)
This commit is contained in:
parent
255494144f
commit
81d3144ebf
|
@ -453,7 +453,7 @@ LogicalResult MemRefAccess::getAccessRelation(FlatAffineRelation &rel) const {
|
|||
}
|
||||
}
|
||||
|
||||
// Append domain constraints to `ret`.
|
||||
// Append domain constraints to `rel`.
|
||||
domainRel.appendRangeId(rel.getNumRangeDims());
|
||||
domainRel.mergeSymbolIds(rel);
|
||||
domainRel.mergeLocalIds(rel);
|
||||
|
|
Loading…
Reference in New Issue