Skip to content
Snippets Groups Projects
Commit b1c89a93 authored by Régis Blanc's avatar Régis Blanc
Browse files

need to run FunctionClosure pass

parent 56a0d4c0
No related branches found
No related tags found
No related merge requests found
...@@ -80,7 +80,8 @@ object Main { ...@@ -80,7 +80,8 @@ object Main {
if (settings.xlang) { if (settings.xlang) {
ArrayTransformation andThen ArrayTransformation andThen
EpsilonElimination andThen EpsilonElimination andThen
ImperativeCodeElimination ImperativeCodeElimination andThen
FunctionClosure
} else { } else {
NoopPhase[Program]() NoopPhase[Program]()
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment