Skip to content

Commit 4cfc8eb

Browse files
committed
nit
1 parent 759e798 commit 4cfc8eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Conversion/Normalize/Normalize.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ bool NormalizePass::isOutput(Operation &op) const noexcept {
416416

417417
/// Helper method returning indices (distance from the beginning of the basic
418418
/// block) of output operations using the given operation. It Walks down the
419-
/// def-use tree recursively.
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)