mirror of https://github.com/YosysHQ/abc.git
Commenting out a warning.
This commit is contained in:
parent
bc50421928
commit
e782bbb842
|
|
@ -127,7 +127,7 @@ Gia_Man_t * Gia_ManMapShrink4( Gia_Man_t * p, int fKeepLevel, int fVerbose )
|
|||
if ( Gia_ManHasDangling(pNew) )
|
||||
{
|
||||
pNew = Gia_ManCleanup( pTemp = pNew );
|
||||
if ( Gia_ManAndNum(pNew) != Gia_ManAndNum(pTemp) )
|
||||
if ( fVerbose && Gia_ManAndNum(pNew) != Gia_ManAndNum(pTemp) )
|
||||
printf( "Gia_ManMapShrink4() node reduction after sweep %6d -> %6d.\n", Gia_ManAndNum(pTemp), Gia_ManAndNum(pNew) );
|
||||
Gia_ManStop( pTemp );
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue