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
@@ -161,8 +161,8 @@ private:
nodep->replaceWith(newp);
AstNode* const oldp = nodep;
nodep = newp;
// if (debug() > 4) oldp->dumpTree("- fixConstSize_old: ");
// if (debug() > 4) newp->dumpTree("- _new: ");
// UINFOTREE(5, oldp, "", "fixConstSize_old");
// UINFOTREE(5, newp, "", "_new");
VL_DO_DANGLING(pushDeletep(oldp), oldp);
}
editDType(nodep);