Skip to content

Commit 6a413a5

Browse files
committed
Fix and format after a rebase
1 parent 7660cc0 commit 6a413a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

middle_end/flambda2/parser/fexpr_to_flambda.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -782,8 +782,8 @@ let rec expr env (e : Fexpr.expr) : Flambda.Expr.t =
782782
~newer_version_of ~params_arity ~num_trailing_local_params:0
783783
~result_arity ~result_types:Unknown
784784
~contains_no_escaping_local_allocs:false ~stub:false ~inline
785-
~check:Default_check ~is_a_functor:false ~recursive
786-
(* CR gyorsh: should [check] be set properly? *)
785+
~check:
786+
Default_check (* CR gyorsh: should [check] be set properly? *)
787787
~is_a_functor:false ~recursive
788788
~cost_metrics (* CR poechsel: grab inlining arguments from fexpr. *)
789789
~inlining_arguments:(Inlining_arguments.create ~round:0)

0 commit comments

Comments
 (0)