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
+2 -2
View File
@@ -130,8 +130,8 @@ private:
rbitp->replaceWith(m_mgOffset < 0 ? new AstAdd{fl, rvrefp, offsetp} : rvrefp);
VL_DO_DANGLING(rbitp->deleteTree(), lbitp);
}
if (debug() >= 9) initp->dumpTree(cout, "-new: ");
if (debug() >= 9) whilep->dumpTree(cout, "-new: ");
if (debug() >= 9) initp->dumpTree("- new: ");
if (debug() >= 9) whilep->dumpTree("- new: ");
// Remove remaining assigns
for (AstNodeAssign* assp : m_mgAssignps) {