From 90529df0592ed261a4c6685ffeb41ac6abf6e422 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Mon, 29 Oct 2012 13:39:05 -0700 Subject: Tentatively integrated new DSD. --- src/opt/dau/dauDsd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/opt/dau/dauDsd.c') 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 ) { -- cgit v1.2.3