Skip to content

Commit 4824890

Browse files
committed
rolled back unintended changes
1 parent 5c7112e commit 4824890

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugins/resolve_indirects/resolve_indirects_main.ml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ let resolver memory = object
1717
| _ -> exp
1818
end
1919

20-
let main proj =
20+
let main proj =
2121
let prog = Project.program proj in
2222
let memory = Project.memory proj in
23-
Term.map sub_t prog ~f:(fun sub ->
24-
Term.map blk_t sub ~f:(fun blk ->
23+
Term.map sub_t prog ~f:(fun sub ->
24+
Term.map blk_t sub ~f:(fun blk ->
2525
Blk.map_exp blk ~f:(Exp.map (resolver memory)))) |>
2626
Project.with_program proj
2727

0 commit comments

Comments
 (0)