Skip to content

Commit 614726e

Browse files
Update mlir/examples/dataflow/lib/Analysis/MetadataAnalysis.cpp
Co-authored-by: Mehdi Amini <[email protected]>
1 parent 855d557 commit 614726e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/examples/dataflow/lib/Analysis/MetadataAnalysis.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ LogicalResult MetadataAnalysis::visitOperation(
9999
isChanged |= result->join(latticeValue);
100100

101101
// All lattice of operands of op are joined to the lattice of result.
102-
for (auto operand : operands)
102+
for (MetadataLatticeValueLattice *operand : operands)
103103
isChanged |= result->join(*operand);
104104

105105
propagateIfChanged(result, isChanged);

0 commit comments

Comments
 (0)