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 @@ -96751,7 +96751,7 @@ let if_ (a : t) (b : t) (c : t) : t =
96751
96751
| Lprim(
96752
96752
{primitive = Pnot ; args = [Lprim{primitive = Pintcomp Ceq ; args = [Lvar j; Lconst _] as args; loc}]})
96753
96753
when Ident.same i j && eq_approx true_ c
96754
- -> Lprim{primitive = Pintcomp Ceq ; args; loc}
96754
+ -> Lprim{primitive = Pintcomp Cneq ; args; loc}
96755
96755
| _ -> Lifthenelse(a,b,c)
96756
96756
end
96757
96757
| _ -> Lifthenelse (a,b,c))
Original file line number Diff line number Diff line change @@ -372233,7 +372233,7 @@ let if_ (a : t) (b : t) (c : t) : t =
372233
372233
| Lprim(
372234
372234
{primitive = Pnot ; args = [Lprim{primitive = Pintcomp Ceq ; args = [Lvar j; Lconst _] as args; loc}]})
372235
372235
when Ident.same i j && eq_approx true_ c
372236
- -> Lprim{primitive = Pintcomp Ceq ; args; loc}
372236
+ -> Lprim{primitive = Pintcomp Cneq ; args; loc}
372237
372237
| _ -> Lifthenelse(a,b,c)
372238
372238
end
372239
372239
| _ -> Lifthenelse (a,b,c))
You can’t perform that action at this time.
0 commit comments