We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c986bea commit 6f35e16Copy full SHA for 6f35e16
backend/regalloc/regalloc_rewrite.ml
@@ -375,7 +375,7 @@ let prelude :
375
let critical_edges = compute_critical_edges cfg in
376
if not (Cfg_edge.Set.is_empty critical_edges)
377
then (
378
- let instruction_id = assert false in
+ let instruction_id = (Cfg_with_infos.cfg cfg_with_infos).instruction_id in
379
Cfg_edge.Set.iter
380
(fun { Cfg_edge.src; dst } ->
381
let (_inserted_blocks : Cfg.basic_block list) =
0 commit comments