Skip to content

Commit 6cead0b

Browse files
committed
removed unnecessary comments
1 parent 20a24fc commit 6cead0b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mlir/lib/Dialect/Affine/IR/AffineOps.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1902,11 +1902,8 @@ LogicalResult AffineForOp::verifyRegions() {
19021902
if (failed(verifyDimAndSymbolIdentifiers(*this, getUpperBoundOperands(),
19031903
getUpperBoundMap().getNumDims())))
19041904
return failure();
1905-
// Verify that the bound maps produce at least one result.
1906-
/// Lower bound.
19071905
if (getLowerBoundMap().getNumResults() < 1)
19081906
return emitOpError("expected lower bound map to have at least one result");
1909-
/// Upper bound.
19101907
if (getUpperBoundMap().getNumResults() < 1)
19111908
return emitOpError("expected upper bound map to have at least one result");
19121909

0 commit comments

Comments
 (0)