Skip to content
Snippets Groups Projects
Commit 33f6126a authored by Regis Blanc's avatar Regis Blanc
Browse files

genc option should be passed to preprocessing phase

parent 82807082
No related branches found
No related tags found
Loading
...@@ -185,8 +185,8 @@ object Main { ...@@ -185,8 +185,8 @@ object Main {
} else { } else {
val pipeBegin: Pipeline[List[String], Program] = val pipeBegin: Pipeline[List[String], Program] =
ClassgenPhase andThen ClassgenPhase andThen
ExtractionPhase andThen ExtractionPhase andThen
new PreprocessingPhase new PreprocessingPhase(genc = gencF)
val verification = val verification =
VerificationPhase andThen VerificationPhase andThen
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment