mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-17 09:45:28 +03:00
ng_depth: rename calcDepth functions, return vec
This commit is contained in:
committed by
Matthew Barr
parent
15c8a7bd98
commit
dfe1b8a2af
@@ -342,9 +342,9 @@ vector<VertexInfoSet> partitionGraph(vector<unique_ptr<VertexInfo>> &infos,
|
||||
vector<NFAVertexRevDepth> rdepths;
|
||||
|
||||
if (eq == LEFT_EQUIVALENCE) {
|
||||
calcDepths(g, depths);
|
||||
depths = calcDepths(g);
|
||||
} else {
|
||||
calcDepths(g, rdepths);
|
||||
rdepths = calcRevDepths(g);
|
||||
}
|
||||
|
||||
// partition the graph based on CharReach
|
||||
|
||||
Reference in New Issue
Block a user