summaryrefslogtreecommitdiffstats
path: root/src/opt/dau/dauDsd.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2012-10-29 13:39:05 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2012-10-29 13:39:05 -0700
commit90529df0592ed261a4c6685ffeb41ac6abf6e422 (patch)
treea5c277f40aee5d027e8c6c98282ff7520d3b03fd /src/opt/dau/dauDsd.c
parentd94c8d3fd163913bfbdb3c06533ac1da62e1663b (diff)
downloadabc-90529df0592ed261a4c6685ffeb41ac6abf6e422.tar.gz
abc-90529df0592ed261a4c6685ffeb41ac6abf6e422.tar.bz2
abc-90529df0592ed261a4c6685ffeb41ac6abf6e422.zip
Tentatively integrated new DSD.
Diffstat (limited to 'src/opt/dau/dauDsd.c')
-rw-r--r--src/opt/dau/dauDsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opt/dau/dauDsd.c b/src/opt/dau/dauDsd.c
index 6f970b62..262314d8 100644
--- a/src/opt/dau/dauDsd.c
+++ b/src/opt/dau/dauDsd.c
@@ -443,7 +443,7 @@ void Dau_DsdTestOne( word t, int i )
{
word t2;
char * p = Dau_DsdPerform( t );
-// return;
+ return;
t2 = Dau_DsdToTruth( p );
if ( t != t2 )
{