diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2018-08-01 21:58:40 -0800 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2018-08-01 21:58:40 -0800 |
commit | cc4e0be71bb424839f8d5988a2e08a87b114922c (patch) | |
tree | 4ae124426bbfc1f7d09ff85fb2c515f1d644e544 /src/opt | |
parent | 874bc274d4d324fb7e9f02cf74092ab5d450a3a0 (diff) | |
download | abc-cc4e0be71bb424839f8d5988a2e08a87b114922c.tar.gz abc-cc4e0be71bb424839f8d5988a2e08a87b114922c.tar.bz2 abc-cc4e0be71bb424839f8d5988a2e08a87b114922c.zip |
Experiments with function enumeration.
Diffstat (limited to 'src/opt')
-rw-r--r-- | src/opt/dau/dauNpn.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/opt/dau/dauNpn.c b/src/opt/dau/dauNpn.c index eaf7cf0a..ea33d518 100644 --- a/src/opt/dau/dauNpn.c +++ b/src/opt/dau/dauNpn.c @@ -28,7 +28,7 @@ ABC_NAMESPACE_IMPL_START /// DECLARATIONS /// //////////////////////////////////////////////////////////////////////// -//#define USE4VARS 1 +#define USE4VARS 1 //////////////////////////////////////////////////////////////////////// /// FUNCTION DEFINITIONS /// @@ -263,7 +263,7 @@ void Dau_NetworkEnum() } void Dau_NetworkEnumTest() { - //Dau_TruthEnum(); + Dau_TruthEnum(); Dau_NetworkEnum(); } |