Skip to content

Commit b2ba87f

Browse files
committed
Update comment
1 parent 0f032ef commit b2ba87f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mlir/include/mlir/Analysis/DataFlowFramework.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,11 @@ class AnalysisState {
538538
friend class DataFlowSolver;
539539
};
540540

541+
//===----------------------------------------------------------------------===//
542+
// DataFlowSolver definition
543+
//===----------------------------------------------------------------------===//
544+
// This is method is defined outside `DataFlowSolver` and after `AnalysisState`
545+
// to prevent issues around `AnalysisState` being used before it is defined.
541546
template <typename AnchorT>
542547
void DataFlowSolver::eraseState(AnchorT anchor) {
543548
LatticeAnchor latticeAnchor(anchor);

0 commit comments

Comments
 (0)