Skip to content

Commit 63cd503

Browse files
Fix code-formatting error.
1 parent ddf2883 commit 63cd503

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2127,7 +2127,8 @@ unsigned AffineForOp::getNumIterOperands() {
21272127
return getNumOperands() - lbMap.getNumInputs() - ubMap.getNumInputs();
21282128
}
21292129

2130-
std::optional<MutableArrayRef<OpOperand>> AffineForOp::getYieldedValuesMutable() {
2130+
std::optional<MutableArrayRef<OpOperand>>
2131+
AffineForOp::getYieldedValuesMutable() {
21312132
return cast<AffineYieldOp>(getBody()->getTerminator()).getOperandsMutable();
21322133
}
21332134

0 commit comments

Comments
 (0)