Missing VL_DO_DANGLING
Signed-off-by: Bartłomiej Chmiel <bchmiel@antmicro.com>
This commit is contained in:
parent
4ea29d7069
commit
1528a02395
|
|
@ -254,7 +254,7 @@ public:
|
||||||
processVtx(&vtx);
|
processVtx(&vtx);
|
||||||
AstSExpr* const propp = VN_AS(dVtxp->nodep(), SExpr);
|
AstSExpr* const propp = VN_AS(dVtxp->nodep(), SExpr);
|
||||||
propp->replaceWith(m_pexprp);
|
propp->replaceWith(m_pexprp);
|
||||||
propp->deleteTree();
|
VL_DO_DANGLING(propp->deleteTree(), propp);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue