Run future as part of prep

This commit is contained in:
Jannis Harder
2023-09-13 11:32:36 +02:00
parent 46a35da28c
commit 78ff40d1b2
+1
View File
@@ -189,6 +189,7 @@ struct PrepPass : public ScriptPass
run(ifxmode ? "proc -ifx" : "proc");
if (help_mode || flatten)
run("flatten", "(if -flatten)");
run("future");
run(nokeepdc ? "opt_expr" : "opt_expr -keepdc");
run("opt_clean");
run("check");