Skip to content

Commit ab44acc

Browse files
committed
tweak
1 parent 7a38a3c commit ab44acc

File tree

4 files changed

+0
-28
lines changed

4 files changed

+0
-28
lines changed

jscomp/core/lam_compile_primitive.ml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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 ->

lib/4.06.1/unstable/js_compiler.ml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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 ->

lib/4.06.1/unstable/js_refmt_compiler.ml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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 ->

lib/4.06.1/whole_compiler.ml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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 ->

0 commit comments

Comments
 (0)