Run `future` as part of `prep`

This commit is contained in:
Jannis Harder 2023-08-29 15:50:17 +02:00
parent 46a35da28c
commit 78ff40d1b2
1 changed files with 1 additions and 0 deletions

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");