Skip to content

Commit cf452cc

Browse files
committed
[mlir] NFC: void visitRegionSuccessors
1 parent eb0af4e commit cf452cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mlir/include/mlir/Analysis/DataFlow/SparseAnalysis.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -255,10 +255,10 @@ class AbstractSparseForwardDataFlowAnalysis : public DataFlowAnalysis {
255255
/// operation `branch`, which can either be the entry block of one of the
256256
/// regions or the parent operation itself, and set either the argument or
257257
/// parent result lattices.
258-
void visitRegionSuccessors(ProgramPoint *point,
259-
RegionBranchOpInterface branch,
260-
RegionBranchPoint successor,
261-
ArrayRef<AbstractSparseLattice *> lattices);
258+
virtual void
259+
visitRegionSuccessors(ProgramPoint *point, RegionBranchOpInterface branch,
260+
RegionBranchPoint successor,
261+
ArrayRef<AbstractSparseLattice *> lattices);
262262
};
263263

264264
//===----------------------------------------------------------------------===//

0 commit comments

Comments
 (0)