Skip to content

Commit 4592e59

Browse files
committed
fixed code style
1 parent f7cef5a commit 4592e59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1902,6 +1902,7 @@ LogicalResult AffineForOp::verifyRegions() {
19021902
if (failed(verifyDimAndSymbolIdentifiers(*this, getUpperBoundOperands(),
19031903
getUpperBoundMap().getNumDims())))
19041904
return failure();
1905+
19051906
// Verify that the bound maps produce at least one result.
19061907
/// Lower bound.
19071908
if (getLowerBoundMap().getNumResults() < 1)

0 commit comments

Comments
 (0)