Disable over-sensitive debug dump.

This commit is contained in:
Wilson Snyder 2020-05-30 09:35:48 -04:00
parent a41cdf4cfb
commit e591afd101

View File

@ -1181,7 +1181,7 @@ private:
GateLogicVertex* consumeVertexp
= dynamic_cast<GateLogicVertex*>(outedgep->top());
AstNode* consumerp = consumeVertexp->nodep();
m_graphp->dumpDotFilePrefixed("gate_preelim");
// if (debug() >= 9) m_graphp->dumpDotFilePrefixed("gate_preelim");
UINFO(9,
"elim src vtx" << lvertexp << " node " << lvertexp->nodep() << endl);
UINFO(9,