summaryrefslogtreecommitdiffstats
path: root/src/aig/ivy/ivyCutTrav.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/aig/ivy/ivyCutTrav.c')
-rw-r--r--src/aig/ivy/ivyCutTrav.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aig/ivy/ivyCutTrav.c b/src/aig/ivy/ivyCutTrav.c
index a053c713..5834a6fc 100644
--- a/src/aig/ivy/ivyCutTrav.c
+++ b/src/aig/ivy/ivyCutTrav.c
@@ -439,7 +439,7 @@ void Ivy_ManTestCutsTravAll( Ivy_Man_t * p )
Vec_Int_t * vStore;
Vec_Vec_t * vBitCuts;
int i, nCutsCut, nCutsTotal, nNodeTotal, nNodeOver;
- int clk = clock();
+ clock_t clk = clock();
vNodes = Vec_PtrAlloc( 100 );
vFront = Vec_PtrAlloc( 100 );