Skip to content

Commit fcf851d

Browse files
committed
fix style
1 parent 623992f commit fcf851d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mlir/include/mlir/Analysis/DataFlowFramework.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,8 @@ class DataFlowSolver {
433433
StateT *getOrCreateState(AnchorT anchor);
434434

435435
/// Get leader lattice anchor in equivalence lattice anchor group, return
436-
/// input lattice anchor if input not found in equivalece lattice anchor group.
436+
/// input lattice anchor if input not found in equivalece lattice anchor
437+
/// group.
437438
template <typename StateT>
438439
LatticeAnchor getLeaderAnchorOrSelf(LatticeAnchor latticeAnchor) const;
439440

0 commit comments

Comments
 (0)