Performance bug fix in SOP balancing.

This commit is contained in:
Alan Mishchenko
2011-12-06 13:15:53 -08:00
parent 360c705fc4
commit 0f8b68aef8
4 changed files with 39 additions and 32 deletions
+1 -1
View File
@@ -404,7 +404,7 @@ Hop_Obj_t * Abc_NodeTruthToHop( Hop_Man_t * pMan, If_Man_t * p, If_Cut_t * pCut
Vec_Wrd_t * vArray;
vArray = If_CutDelaySopArray( p, pCut );
pResult = Abc_NodeTruthToHopInt( pMan, vArray, If_CutLeaveNum(pCut) );
Vec_WrdFree( vArray );
// Vec_WrdFree( vArray );
return pResult;
}