Skip to content

Commit 13ecc95

Browse files
authored
Apply suggestion from @joker-eph
1 parent 24ca4ae commit 13ecc95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Dialect/SCF/IR/SCF.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ struct MultiBlockExecuteInliner : public OpRewritePattern<ExecuteRegionOp> {
294294

295295
// Pattern to eliminate ExecuteRegionOp results which forward external
296296
// values from the region. In case there are multiple yield operations,
297-
// all of them must have the same operands iin order for the pattern to be
297+
// all of them must have the same operands in order for the pattern to be
298298
// applicable.
299299
struct ExecuteRegionForwardingEliminator
300300
: public OpRewritePattern<ExecuteRegionOp> {

0 commit comments

Comments
 (0)