summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKathy Gray2016-01-14 10:48:42 +0000
committerKathy Gray2016-01-14 10:48:42 +0000
commita34ea51ba919fdc40235ed141b8175115452e23e (patch)
tree3bbc7043e721f57f93e47fb321276b97d8fa2c45
parentbc9bf7487660c47fcc7ac5b521d56d22fc6f0ba7 (diff)
small edit to previous commit
-rw-r--r--src/rewriter.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rewriter.ml b/src/rewriter.ml
index 899bea85..88d2f451 100644
--- a/src/rewriter.ml
+++ b/src/rewriter.ml
@@ -1089,7 +1089,7 @@ let rewrite_exp_lift_assign_intro rewriters nmap ((E_aux (exp,(l,annot))) as ful
set_exp,
E_aux (E_block res, (Parse_ast.Generated l, (simple_annot_efr unit_t effects)))),
(Parse_ast.Generated l, simple_annot_efr unit_t unioneffs))],unioneffs)))
- (E_aux(E_if(c',t',e'),(Parse_ast.Generated l, annot))::exps',eff_union_exps exps') new_vars)
+ (E_aux(E_if(c',t',e'),(Parse_ast.Generated l, annot))::exps',eff_union_exps (c'::t'::e'::exps')) new_vars)
| e::exps -> (rewrite_rec e)::(walker exps)
in
rewrap (E_block (walker exps))