From eb66ce9c3133f8149959c84a9ab71faa6249870d Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Mon, 17 Feb 2014 12:19:42 -0800 Subject: Changes to LUT mappers. --- src/opt/dau/dauTree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/opt/dau/dauTree.c') diff --git a/src/opt/dau/dauTree.c b/src/opt/dau/dauTree.c index e0ce4ac4..4a522d92 100644 --- a/src/opt/dau/dauTree.c +++ b/src/opt/dau/dauTree.c @@ -981,7 +981,7 @@ Dss_Man_t * Dss_ManAlloc( int nVars, int nNonDecLimit ) p->vCopies = Vec_IntAlloc( 32 ); p->pTtElems = Dss_ManTtElems(); p->pMemEnts = Mem_FlexStart(); - Dss_ManCacheAlloc( p ); +// Dss_ManCacheAlloc( p ); return p; } void Dss_ManFree( Dss_Man_t * p ) -- cgit v1.2.3