File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
mlir/include/mlir/Analysis/DataFlow Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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// ===----------------------------------------------------------------------===//
You can’t perform that action at this time.
0 commit comments