Skip to content

Commit aa76624

Browse files
committed
fix style
1 parent 4592e59 commit aa76624

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1901,8 +1901,7 @@ LogicalResult AffineForOp::verifyRegions() {
19011901
if (getUpperBoundMap().getNumInputs() > 0)
19021902
if (failed(verifyDimAndSymbolIdentifiers(*this, getUpperBoundOperands(),
19031903
getUpperBoundMap().getNumDims())))
1904-
return failure();
1905-
1904+
return failure();
19061905
// Verify that the bound maps produce at least one result.
19071906
/// Lower bound.
19081907
if (getLowerBoundMap().getNumResults() < 1)

0 commit comments

Comments
 (0)