Skip to content
Snippets Groups Projects
Commit f96d8f43 authored by Emmanouil (Manos) Koukoutos's avatar Emmanouil (Manos) Koukoutos
Browse files

Make sure inner functions get lifted before verification

parent c0d0dd80
Branches
Tags
No related merge requests found
...@@ -218,7 +218,7 @@ object Main { ...@@ -218,7 +218,7 @@ object Main {
} else if (settings.xlang) { } else if (settings.xlang) {
XlangAnalysisPhase XlangAnalysisPhase
} else if (settings.verify) { } else if (settings.verify) {
AnalysisPhase purescala.FunctionClosure andThen AnalysisPhase
} else { } else {
purescala.RestoreMethods andThen utils.FileOutputPhase purescala.RestoreMethods andThen utils.FileOutputPhase
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment