mirror of
https://github.com/verilator/verilator.git
synced 2026-09-04 08:33:38 +02:00
Internal member initialization. No functional change intended.
This commit is contained in:
@@ -51,8 +51,7 @@ struct GraphPCNode {
|
||||
// GraphPathChecker implementation
|
||||
|
||||
GraphPathChecker::GraphPathChecker(const V3Graph* graphp, V3EdgeFuncP edgeFuncp)
|
||||
: GraphAlg<const V3Graph>{graphp, edgeFuncp}
|
||||
, m_generation{0} {
|
||||
: GraphAlg<const V3Graph>{graphp, edgeFuncp} {
|
||||
for (V3GraphVertex* vxp = graphp->verticesBeginp(); vxp; vxp = vxp->verticesNextp()) {
|
||||
// Setup tracking structure for each node. If delete a vertex
|
||||
// there would be a leak, but ok as accept only const V3Graph*'s.
|
||||
|
||||
Reference in New Issue
Block a user