mirror of
https://github.com/verilator/verilator.git
synced 2026-09-02 02:38:15 +02:00
Internals: Add missing VL_DO_DANGLING. No functional change intended.
This commit is contained in:
+1
-1
@@ -762,7 +762,7 @@ class DelayedVisitor final : public VNVisitor {
|
||||
callp->dtypeSetVoid();
|
||||
nodep->replaceWith(callp->makeStmt());
|
||||
}
|
||||
nodep->deleteTree();
|
||||
VL_DO_DANGLING(nodep->deleteTree(), nodep);
|
||||
}
|
||||
|
||||
// Pre/Post logic are created here and their content need no further changes, so ignore.
|
||||
|
||||
Reference in New Issue
Block a user