diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2013-10-05 22:44:02 -0700 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2013-10-05 22:44:02 -0700 |
commit | a4a1053d9851cf9ef52a5b52818e66b9c1bdba4d (patch) | |
tree | 3333b0b56ee4e2444df1ef251ca7005516156bed /src/opt/dau/module.make | |
parent | c9635d029ebc27ce8001c6859d2b992e327ceec7 (diff) | |
download | abc-a4a1053d9851cf9ef52a5b52818e66b9c1bdba4d.tar.gz abc-a4a1053d9851cf9ef52a5b52818e66b9c1bdba4d.tar.bz2 abc-a4a1053d9851cf9ef52a5b52818e66b9c1bdba4d.zip |
Towards better Boolean matching.
Diffstat (limited to 'src/opt/dau/module.make')
-rw-r--r-- | src/opt/dau/module.make | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/opt/dau/module.make b/src/opt/dau/module.make index f339810b..190e30e4 100644 --- a/src/opt/dau/module.make +++ b/src/opt/dau/module.make @@ -5,4 +5,5 @@ SRC += src/opt/dau/dauCanon.c \ src/opt/dau/dauEnum.c \ src/opt/dau/dauGia.c \ src/opt/dau/dauMerge.c \ + src/opt/dau/dauNonDsd.c \ src/opt/dau/dauTree.c |