Commit 8b898f85 by Alan Mishchenko

Updates to delay optimization project.

parent daf310cd
...@@ -1945,7 +1945,7 @@ int Sbd_ManImplement2( Sbd_Man_t * p, int Pivot, int nStrs, Sbd_Str_t * pStrs ) ...@@ -1945,7 +1945,7 @@ int Sbd_ManImplement2( Sbd_Man_t * p, int Pivot, int nStrs, Sbd_Str_t * pStrs )
void Sbd_ManDeriveMapping_rec( Sbd_Man_t * p, Gia_Man_t * pNew, int iObj ) void Sbd_ManDeriveMapping_rec( Sbd_Man_t * p, Gia_Man_t * pNew, int iObj )
{ {
Gia_Obj_t * pObj; int k, * pCut; Gia_Obj_t * pObj; int k, * pCut;
if ( Gia_ObjIsTravIdCurrentId(pNew, iObj) ) if ( !iObj || Gia_ObjIsTravIdCurrentId(pNew, iObj) )
return; return;
Gia_ObjSetTravIdCurrentId(pNew, iObj); Gia_ObjSetTravIdCurrentId(pNew, iObj);
pObj = Gia_ManObj( pNew, iObj ); pObj = Gia_ManObj( pNew, iObj );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment