Skip to content

Commit 3851aba

Browse files
committed
clang-format
1 parent 17dca46 commit 3851aba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/SCF/Transforms/TileUsingInterface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ struct SCFReductionTilingResult {
250250
Operation *parallelTiledOp;
251251
/// The final reduction operation merging all the partial reductions.
252252
Operation *mergeOp;
253-
/// Initial values used for reduction.
253+
/// Initial values used for reduction.
254254
SmallVector<Value> initialValues;
255255
/// The loop operations that iterate over the tiles.
256256
SmallVector<LoopLikeOpInterface> loops;

0 commit comments

Comments
 (0)