Force fby to be scheduled at the end
This commit is contained in:
parent
7a10ba028a
commit
5e1dad630b
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ struct
|
|||
let next_equation rem_eqs ck env =
|
||||
let bonus eq = match eq.eq_rhs.e_desc with
|
||||
| Eapp ({a_op = (Eupdate | Efield_update) },_,_) -> 1
|
||||
| Efby _ -> 20
|
||||
| _ -> 0
|
||||
in
|
||||
let cost eq =
|
||||
|
|
Loading…
Reference in a new issue