mirror of
https://github.com/verilator/verilator.git
synced 2026-09-03 16:28:53 +02:00
Internals: Cleanup debug dumps so can grep-out leading-dashed lines
This commit is contained in:
+2
-2
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user