Skip to content

Commit 81d3144

Browse files
committed
[MLIR][AffineAnalysis] Fix typo in comment (NFC)
1 parent 2554941 commit 81d3144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Dialect/Affine/Analysis/AffineAnalysis.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ LogicalResult MemRefAccess::getAccessRelation(FlatAffineRelation &rel) const {
453453
}
454454
}
455455

456-
// Append domain constraints to `ret`.
456+
// Append domain constraints to `rel`.
457457
domainRel.appendRangeId(rel.getNumRangeDims());
458458
domainRel.mergeSymbolIds(rel);
459459
domainRel.mergeLocalIds(rel);

0 commit comments

Comments
 (0)