Skip to content

Commit 759e798

Browse files
committed
nit
1 parent 9049f11 commit 759e798

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/lib/Conversion/Normalize/Normalize.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,8 +415,8 @@ bool NormalizePass::isOutput(Operation &op) const noexcept {
415415
}
416416

417417
/// Helper method returning indices (distance from the beginning of the basic
418-
/// block) of output operations using the given operation. Walks down the
419-
/// def-use tree recursively
418+
/// block) of output operations using the given operation. It Walks down the
419+
/// def-use tree recursively.
420420
SetVector<int> NormalizePass::getOutputFootprint(
421421
Operation *op, SmallPtrSet<const Operation *, 32> &visited) const {
422422
SetVector<int> outputsVec;

0 commit comments

Comments
 (0)