Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
xclerc committed Jun 15, 2023
1 parent 07e66f8 commit cb8c52c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/regalloc/regalloc_split_state.ml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ end = struct
| Some At_least_twice -> ())
in
let num_sets =
fold_blocks cfg_with_liveness ~init:(Reg.Tbl.create 123)
Cfg_with_liveness.fold_blocks cfg_with_liveness ~init:(Reg.Tbl.create 123)
~f:(fun label block acc ->
let in_loop : bool = is_in_loop loops label in
if split_debug then log ~indent:1 "block %d in_loop? %B" label in_loop;
Expand Down

0 comments on commit cb8c52c

Please sign in to comment.