File tree Expand file tree Collapse file tree 4 files changed +0
-28
lines changed
Expand file tree Collapse file tree 4 files changed +0
-28
lines changed Original file line number Diff line number Diff line change @@ -435,13 +435,6 @@ let translate loc
435435 -> Ext_list. singleton_exn args
436436 | Pintofbint Pint64
437437 -> Js_long. to_int32 args
438- (* | Pabsfloat ->
439- begin match args with
440- | [e] ->
441- E.math "abs" [e]
442- (* GCC treat built-ins like Math in a dirfferent way*)
443- | _ -> assert false
444- end *)
445438 | Pnot ->
446439 E. not (Ext_list. singleton_exn args)
447440 | Poffsetint n ->
Original file line number Diff line number Diff line change @@ -111850,13 +111850,6 @@ let translate loc
111850111850 -> Ext_list.singleton_exn args
111851111851 | Pintofbint Pint64
111852111852 -> Js_long.to_int32 args
111853- (* | Pabsfloat ->
111854- begin match args with
111855- | [e] ->
111856- E.math "abs" [e]
111857- (* GCC treat built-ins like Math in a dirfferent way*)
111858- | _ -> assert false
111859- end *)
111860111853 | Pnot ->
111861111854 E.not (Ext_list.singleton_exn args)
111862111855 | Poffsetint n ->
Original file line number Diff line number Diff line change @@ -111850,13 +111850,6 @@ let translate loc
111850111850 -> Ext_list.singleton_exn args
111851111851 | Pintofbint Pint64
111852111852 -> Js_long.to_int32 args
111853- (* | Pabsfloat ->
111854- begin match args with
111855- | [e] ->
111856- E.math "abs" [e]
111857- (* GCC treat built-ins like Math in a dirfferent way*)
111858- | _ -> assert false
111859- end *)
111860111853 | Pnot ->
111861111854 E.not (Ext_list.singleton_exn args)
111862111855 | Poffsetint n ->
Original file line number Diff line number Diff line change @@ -393942,13 +393942,6 @@ let translate loc
393942393942 -> Ext_list.singleton_exn args
393943393943 | Pintofbint Pint64
393944393944 -> Js_long.to_int32 args
393945- (* | Pabsfloat ->
393946- begin match args with
393947- | [e] ->
393948- E.math "abs" [e]
393949- (* GCC treat built-ins like Math in a dirfferent way*)
393950- | _ -> assert false
393951- end *)
393952393945 | Pnot ->
393953393946 E.not (Ext_list.singleton_exn args)
393954393947 | Poffsetint n ->
You can’t perform that action at this time.
0 commit comments