Should be affinity, not copy
This commit is contained in:
parent
d36e988fb9
commit
ed2c08315b
1 changed files with 1 additions and 1 deletions
|
@ -519,7 +519,7 @@ let process_eq ({ eq_lhs = pat; eq_rhs = e } as eq) =
|
|||
| Evarpat x, Eapp({ a_op = Eupdate | Efield_update }, args, _) ->
|
||||
let w, _ = Misc.assert_1min args in
|
||||
(try
|
||||
add_same_value_link_from_ivar (InterfRead.ivar_of_extvalue w) (Ivar x)
|
||||
add_affinity_link_from_ivar (InterfRead.ivar_of_extvalue w) (Ivar x)
|
||||
with
|
||||
| InterfRead.Const_extvalue -> ())
|
||||
| Evarpat x, Eextvalue w ->
|
||||
|
|
Loading…
Reference in a new issue