File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -95430,7 +95430,7 @@ let if_ (a : t) (b : t) (c : t) : t =
95430
95430
| Lprim(
95431
95431
{primitive = Pnot ; args = [Lprim{primitive = Pintcomp Ceq ; args = [Lvar j; Lconst _] as args; loc}]})
95432
95432
when Ident.same i j && eq_approx true_ c
95433
- -> Lprim{primitive = Pintcomp Ceq ; args; loc}
95433
+ -> Lprim{primitive = Pintcomp Cneq ; args; loc}
95434
95434
| _ -> Lifthenelse(a,b,c)
95435
95435
end
95436
95436
| _ -> Lifthenelse (a,b,c))
Original file line number Diff line number Diff line change @@ -370881,7 +370881,7 @@ let if_ (a : t) (b : t) (c : t) : t =
370881
370881
| Lprim(
370882
370882
{primitive = Pnot ; args = [Lprim{primitive = Pintcomp Ceq ; args = [Lvar j; Lconst _] as args; loc}]})
370883
370883
when Ident.same i j && eq_approx true_ c
370884
- -> Lprim{primitive = Pintcomp Ceq ; args; loc}
370884
+ -> Lprim{primitive = Pintcomp Cneq ; args; loc}
370885
370885
| _ -> Lifthenelse(a,b,c)
370886
370886
end
370887
370887
| _ -> Lifthenelse (a,b,c))
You can’t perform that action at this time.
0 commit comments