Skip to content

Commit b2c3e8e

Browse files
committed
missing /
1 parent 24797e2 commit b2c3e8e

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
@@ -3917,7 +3917,7 @@ static bool hasDuplicates(ValueRange args) {
39173917

39183918
/// If `before` block args are directly forwarded to `scf.condition`, rearrange
39193919
/// `scf.condition` args into same order as block args. Update `after` block
3920-
// args and op result values accordingly.
3920+
/// args and op result values accordingly.
39213921
/// Needed to simplify `scf.while` -> `scf.for` uplifting.
39223922
struct WhileOpAlignBeforeArgs : public OpRewritePattern<WhileOp> {
39233923
using OpRewritePattern::OpRewritePattern;

0 commit comments

Comments
 (0)