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
+1 -1
View File
@@ -275,7 +275,7 @@ private:
// Keep sensitivity list, but delete all else
nodep->stmtsp()->unlinkFrBackWithNext()->deleteTree();
nodep->addStmtsp(stmtsp);
if (debug() >= 6) nodep->dumpTree("- table_new: ");
UINFOTREE(6, nodep, "", "table_new");
}
void createTables(AstAlways* nodep, TableBuilder& outputAssignedTableBuilder) {