diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2013-02-27 12:12:23 -0500 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2013-02-27 12:12:23 -0500 |
commit | a27a7bc827d29021cf1f418874731b8855a836fd (patch) | |
tree | 5edae1f6afb9e402899724d735299e865bee9976 /src/opt/dau | |
parent | 236be8414960ecb4a99488b3497de3e809facb7d (diff) | |
download | abc-a27a7bc827d29021cf1f418874731b8855a836fd.tar.gz abc-a27a7bc827d29021cf1f418874731b8855a836fd.tar.bz2 abc-a27a7bc827d29021cf1f418874731b8855a836fd.zip |
User-controlable SAT sweeper and other small changes.
Diffstat (limited to 'src/opt/dau')
-rw-r--r-- | src/opt/dau/module.make | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/opt/dau/module.make b/src/opt/dau/module.make index d481c74a..5a3df1d5 100644 --- a/src/opt/dau/module.make +++ b/src/opt/dau/module.make @@ -1,5 +1,4 @@ -SRC += src/opt/dau/dau.c \ - src/opt/dau/dauCanon.c \ +SRC += src/opt/dau/dauCanon.c \ src/opt/dau/dauCore.c \ src/opt/dau/dauDivs.c \ src/opt/dau/dauDsd.c \ |