Remove TODO
in src/passes.ml:automaton_translation
As Antoine Grimod said that it was already done.
This commit is contained in:
parent
e63123d8f6
commit
10838d3f2d
@ -698,7 +698,7 @@ let automaton_translation debug automaton =
|
||||
in
|
||||
|
||||
let rec translate_var s v explist ty = match explist with
|
||||
| [] -> default_constant ty (* TODO *)
|
||||
| [] -> default_constant ty
|
||||
| (state, exp)::q ->
|
||||
ETriOp(Utils.type_exp exp, TOp_if,
|
||||
EComp([TBool], COp_eq,
|
||||
|
Loading…
x
Reference in New Issue
Block a user