We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4832414 commit d3e8681Copy full SHA for d3e8681
src/lib/jib_compile.ml
@@ -1074,14 +1074,14 @@ module Make (C : CONFIG) = struct
1074
[idecl l (CT_fint 64) gs; iblock (setup @ [call (CL_id (gs, CT_fint 64))] @ cleanup)]
1075
in
1076
1077
+
1078
let loop_start_label = label "for_start_" in
1079
let loop_end_label = label "for_end_" in
- let body_setup, body_call, body_cleanup = compile_aexp ctx body in
1080
let body_gs = ngensym () in
1081
-
1082
let loop_var = name loop_var in
1083
1084
let loop_body prefix continue =
+ let body_setup, body_call, body_cleanup = compile_aexp ctx body in
1085
prefix
1086
@ [
1087
iblock
0 commit comments