Skip to content
Snippets Groups Projects
Commit e4621829 authored by Etienne Kneuss's avatar Etienne Kneuss
Browse files

Detail

parent 13af0f46
No related branches found
No related tags found
No related merge requests found
...@@ -50,12 +50,13 @@ class AnalysisComponent(val global: Global, val leonReporter: Reporter, val plug ...@@ -50,12 +50,13 @@ class AnalysisComponent(val global: Global, val leonReporter: Reporter, val plug
Nil Nil
} }
, ,
if (Settings.synthesis) if (Settings.synthesis) {
List( List(
SynthesisPhase SynthesisPhase
) )
else } else {
Nil Nil
}
, ,
if (!Settings.stopAfterTransformation) { if (!Settings.stopAfterTransformation) {
List( List(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment