diff --git a/juno_scheduler/src/pm.rs b/juno_scheduler/src/pm.rs index 9d6d00d4414177ed0a1b00b16498a65b6374b7ee..2371e0f20e776e97d39596f656594fc679065264 100644 --- a/juno_scheduler/src/pm.rs +++ b/juno_scheduler/src/pm.rs @@ -673,6 +673,7 @@ impl PassManager { &typing[idx], &control_subgraphs[idx], &bbs[idx], + &backing_allocations[&FunctionID::new(idx)], &collection_objects[&FunctionID::new(idx)], &def_uses[idx], &fork_join_maps[idx],