1
0
mirror of synced 2026-02-03 15:32:58 +00:00

Merge branch 'clifford/fix883'

This commit is contained in:
Clifford Wolf
2019-05-02 00:04:12 +02:00

View 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") {