Internals: Use UINFOTREE istead of dumpTree

This commit is contained in:
Wilson Snyder
2025-08-02 13:44:40 -04:00
parent 7bb790f7e4
commit dca504c706
34 changed files with 214 additions and 211 deletions
+2 -2
View File
@@ -121,8 +121,8 @@ class ReloopVisitor final : public VNVisitor {
rbitp->replaceWith(m_mgOffset < 0 ? new AstAdd{fl, rvrefp, offsetp} : rvrefp);
VL_DO_DANGLING(rbitp->deleteTree(), lbitp);
}
if (debug() >= 9) initp->dumpTree("- new: ");
if (debug() >= 9) whilep->dumpTree("- new: ");
UINFOTREE(9, initp, "", "new");
UINFOTREE(9, whilep, "", "new");
// Remove remaining assigns
for (AstNodeAssign* assp : m_mgAssignps) {