summaryrefslogtreecommitdiffstats
path: root/src/aig/gia/giaIf.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2013-10-02 12:55:20 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2013-10-02 12:55:20 -0700
commit19c361e38729212645fa138878ebfe45db67517b (patch)
tree9a1a848eb9781f4b353d1648decf4d309fd9e304 /src/aig/gia/giaIf.c
parent85098b01de2e87053e406a5abbb472602af14b88 (diff)
downloadabc-19c361e38729212645fa138878ebfe45db67517b.tar.gz
abc-19c361e38729212645fa138878ebfe45db67517b.tar.bz2
abc-19c361e38729212645fa138878ebfe45db67517b.zip
Changes in specialized matching.
Diffstat (limited to 'src/aig/gia/giaIf.c')
-rw-r--r--src/aig/gia/giaIf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aig/gia/giaIf.c b/src/aig/gia/giaIf.c
index 0d42b2e8..ba6bfc9e 100644
--- a/src/aig/gia/giaIf.c
+++ b/src/aig/gia/giaIf.c
@@ -728,7 +728,7 @@ int Gia_ManFromIfLogicCreateLutSpecial( Gia_Man_t * pNew, word * pRes, Vec_Int_t
SeeAlso []
***********************************************************************/
-int Gia_ManFromIfLogicNode( If_Man_t * pIfMan, Gia_Man_t * pNew, int iObj, Vec_Int_t * vLeaves, Vec_Int_t * vLeavesTemp,
+int Gia_ManFromIfLogicNode( void * pIfMan, Gia_Man_t * pNew, int iObj, Vec_Int_t * vLeaves, Vec_Int_t * vLeavesTemp,
word * pRes, char * pStr, Vec_Int_t * vCover, Vec_Int_t * vMapping, Vec_Int_t * vMapping2, Vec_Int_t * vPacking, int fCheck75, int fCheck44e )
{
int nLeaves = Vec_IntSize(vLeaves);