Internals: Add missing VL_DO_DANGLING. No functional change intended.

This commit is contained in:
Wilson Snyder
2024-05-08 08:36:24 -04:00
parent 2a9f29912c
commit 1cc37ad6ce
16 changed files with 23 additions and 31 deletions
+1 -1
View File
@@ -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.