From 651a32cdc379d2341c631b719ed9af16ce5a66c9 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Fri, 11 Apr 2008 08:01:00 -0700 Subject: Version abc80411 --- src/map/if/ifReduce.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/if/ifReduce.c') diff --git a/src/map/if/ifReduce.c b/src/map/if/ifReduce.c index 0912a965..fd1af0d7 100644 --- a/src/map/if/ifReduce.c +++ b/src/map/if/ifReduce.c @@ -263,6 +263,7 @@ void If_ManImproveNodeUpdate( If_Man_t * p, If_Obj_t * pObj, Vec_Ptr_t * vFront pCut->nLeaves = Vec_PtrSize(vFront); Vec_PtrForEachEntry( vFront, pFanin, i ) pCut->pLeaves[i] = pFanin->Id; + If_CutOrder( pCut ); // ref the new cut If_CutAreaRef( p, pCut ); } -- cgit v1.2.3