summaryrefslogtreecommitdiffstats
path: root/src/map
diff options
context:
space:
mode:
Diffstat (limited to 'src/map')
-rw-r--r--src/map/if/ifMap.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/map/if/ifMap.c b/src/map/if/ifMap.c
index d7240d5c..e6a5d821 100644
--- a/src/map/if/ifMap.c
+++ b/src/map/if/ifMap.c
@@ -333,6 +333,12 @@ void If_ObjPerformMappingAnd( If_Man_t * p, If_Obj_t * pObj, int Mode, int fPrep
If_CutSort( p, pCutSet, pCut );
// If_CutTraverse( p, pObj, pCut );
}
+/*
+ printf( "Node %d\n", pObj->Id );
+ for ( i = 0; i < pCutSet->nCuts; i++ )
+ If_CutPrint( pCutSet->ppCuts[i] );
+ printf( "\n" );
+*/
assert( pCutSet->nCuts > 0 );
// add the trivial cut to the set