From 00dc0f3daab81e3a30b7fae3ec4f2c191fce114c Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Fri, 6 Apr 2007 08:01:00 -0700 Subject: Version abc70406 --- src/base/abci/abcRestruct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base/abci/abcRestruct.c') diff --git a/src/base/abci/abcRestruct.c b/src/base/abci/abcRestruct.c index 2d4f50fb..b9ffd932 100644 --- a/src/base/abci/abcRestruct.c +++ b/src/base/abci/abcRestruct.c @@ -391,7 +391,7 @@ p->timeDsd += clock() - clk; pLeaf->vFanouts.nSize++; // label MFFC with current traversal ID Abc_NtkIncrementTravId( pRoot->pNtk ); - nNodesSaved = Abc_NodeMffcLabel( pRoot ); + nNodesSaved = Abc_NodeMffcLabelAig( pRoot ); // unmark the fanin boundary and set the fanins as leaves in the form Vec_PtrForEachEntry( p->vLeaves, pLeaf, i ) pLeaf->vFanouts.nSize--; -- cgit v1.2.3