Skip to content

Commit bac32db

Browse files
committed
Keep preserve_orig_labels=true
1 parent 0d6e992 commit bac32db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/asmgen.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ let compile_fundecl ~ppf_dump fd_cmm =
186186
if !use_ocamlcfg then begin
187187
fd
188188
++ Profile.record ~accumulate:true "linear_to_cfg"
189-
(Linear_to_cfg.run ~preserve_orig_labels:false)
189+
(Linear_to_cfg.run ~preserve_orig_labels:true)
190190
++ pass_dump_cfg_if ppf_dump dump_cfg "After linear_to_cfg"
191191
++ Profile.record ~accumulate:true "cfg_to_linear" (fun cfg ->
192192
let fun_body, fun_tailrec_entry_point_label = Cfg_to_linear.run cfg in

0 commit comments

Comments
 (0)