summaryrefslogtreecommitdiffstats
path: root/src/aig
diff options
context:
space:
mode:
Diffstat (limited to 'src/aig')
-rw-r--r--src/aig/gia/giaClp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aig/gia/giaClp.c b/src/aig/gia/giaClp.c
index 8fca284e..ca6db32f 100644
--- a/src/aig/gia/giaClp.c
+++ b/src/aig/gia/giaClp.c
@@ -173,7 +173,7 @@ Gia_Man_t * Gia_ManRebuild( Gia_Man_t * p, Dsd_Manager_t * pManDsd, DdManager *
Gia_Man_t * pNew;
Dsd_Node_t ** ppNodesDsd;
Dsd_Node_t * pNodeDsd;
- int i, iLit, nNodesDsd;
+ int i, nNodesDsd, iLit = -1;
Vec_Str_t * vSop, * vCube;
Vec_Int_t * vFanins;