Add missing enable_undef to "sat -tempinduct-def", fixes #883
authorClifford Wolf <clifford@clifford.at>
Wed, 1 May 2019 22:03:31 +0000 (00:03 +0200)
committerClifford Wolf <clifford@clifford.at>
Wed, 1 May 2019 22:03:31 +0000 (00:03 +0200)
Signed-off-by: Clifford Wolf <clifford@clifford.at>
passes/sat/sat.cc

index 695a03e15fadd108717e9bdc8ec64f3ad7f00b9d..cbba738f06b70cf1a5832fead05034bd8970484b 100644 (file)
@@ -1169,6 +1169,7 @@ struct SatPass : public Pass {
                        if (args[argidx] == "-tempinduct-def") {
                                tempinduct = true;
                                tempinduct_def = true;
+                               enable_undef = true;
                                continue;
                        }
                        if (args[argidx] == "-tempinduct-baseonly") {