Internals: Cleanup debug dumps so can grep-out leading-dashed lines

This commit is contained in:
Wilson Snyder
2022-11-27 08:31:22 -05:00
parent 5f583b0680
commit 2c7f1ef40f
36 changed files with 227 additions and 227 deletions
+1 -1
View File
@@ -277,7 +277,7 @@ private:
// Keep sensitivity list, but delete all else
nodep->stmtsp()->unlinkFrBackWithNext()->deleteTree();
nodep->addStmtsp(stmtsp);
if (debug() >= 6) nodep->dumpTree(cout, " table_new: ");
if (debug() >= 6) nodep->dumpTree("- table_new: ");
}
void createTables(AstAlways* nodep, TableBuilder& outputAssignedTableBuilder) {