Misc changes.

This commit is contained in:
Alan Mishchenko 2012-05-21 23:52:05 +07:00
parent 77b83074e0
commit 034fc5a14d
2 changed files with 4 additions and 3 deletions

View File

@ -992,8 +992,8 @@ void Gia_ManVerifyChoices( Gia_Man_t * p )
printf( "Fanin 0 of CO node %d has a repr.\n", i ), fProb = 1;
}
}
if ( !fProb )
printf( "GIA with choices is correct.\n" );
// if ( !fProb )
// printf( "GIA with choices is correct.\n" );
}
/**Function*************************************************************

View File

@ -2054,7 +2054,8 @@ int If_CutPerformCheck16( If_Man_t * p, unsigned * pTruth, int nVars, int nLeave
if ( If_CutTruthMinimize( p, pCut ) >= 2 )
return 0;
nLeaves = pCut->nLeaves;
If_CluCopy( (word *)pTruth, (word *)If_CutTruth(pCut), nVars );
// If_CluCopy( (word *)pTruth, (word *)If_CutTruth(pCut), nVars );
pTruth = If_CutTruth(pCut);
}
// quit if parameters are wrong