Skip to content

Commit c986bea

Browse files
committed
Store instruction id sequence in CFG.
1 parent 0a23364 commit c986bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flambda-backend/tests/backend/regalloc_validator/check_regalloc_validation.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ module Cfg_desc = struct
9494
~fun_codegen_options:[]
9595
~fun_contains_calls
9696
~fun_num_stack_slots:(Stack_class.Tbl.make 0)
97-
~fun_poll:Lambda.Default_poll
97+
~fun_poll:Lambda.Default_poll ~instruction_id:(InstructionId.make_sequence ())
9898
in
9999
List.iter
100100
(fun (block : Block.t) ->

0 commit comments

Comments
 (0)