summaryrefslogtreecommitdiffstats
path: root/src/opt/rwr
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2005-08-24 08:01:00 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2005-08-24 08:01:00 -0700
commit9093ca53201519ef03dedb7044345fc716cc0643 (patch)
tree8f1ccb4fe6c193b64e1687e003946f294f97c428 /src/opt/rwr
parentd01b1a0eee0ff49d18d8235f533fbb214c61d28a (diff)
downloadabc-9093ca53201519ef03dedb7044345fc716cc0643.tar.gz
abc-9093ca53201519ef03dedb7044345fc716cc0643.tar.bz2
abc-9093ca53201519ef03dedb7044345fc716cc0643.zip
Version abc50824
Diffstat (limited to 'src/opt/rwr')
-rw-r--r--src/opt/rwr/rwrEva.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opt/rwr/rwrEva.c b/src/opt/rwr/rwrEva.c
index ddc9d742..b486785f 100644
--- a/src/opt/rwr/rwrEva.c
+++ b/src/opt/rwr/rwrEva.c
@@ -109,7 +109,7 @@ Vec_Int_t * Rwr_CutEvaluate( Rwr_Man_t * p, Abc_Obj_t * pRoot, Rwr_Cut_t * pCut,
vFanins->nSize = pCut->nLeaves;
vFanins->pArray = pCut->ppLeaves;
// detect how many unlabeled nodes will be reused
- GainCur = Abc_NodeStrashDecCount( pRoot->pNtk->pManFunc, vFanins, (Vec_Int_t *)pNode->pNext,
+ GainCur = Abc_NodeStrashDecCount( pRoot->pNtk->pManFunc, pRoot, vFanins, (Vec_Int_t *)pNode->pNext,
p->vLevNums, NodeMax, LevelMax );
if ( GainBest < GainCur )
{