Turn off temporary debug message.

This commit is contained in:
Wilson Snyder 2019-01-05 06:01:07 -05:00
parent 3505486ec8
commit 0d4270c979

View File

@ -1147,7 +1147,7 @@ private:
// We ignore warnings as that is sort of the point of a cast
iterateCheck(nodep,"Cast expr",nodep->lhsp(),CONTEXT,FINAL,calcDtp,EXTEND_EXP, false);
}
if (debug()) nodep->dumpTree(cout," CastSizeClc: ");
//if (debug()) nodep->dumpTree(cout," CastSizeClc: ");
// Next step, make the proper output width
{
AstNodeDType* outDtp = (underDtp->isFourstate()