From 7849656e49a926a695b447fcc741431b66085265 Mon Sep 17 00:00:00 2001 From: Russel Arbore <prathi3@illinois.edu> Date: Fri, 31 Jan 2025 16:06:12 -0600 Subject: [PATCH] oops --- juno_scheduler/src/pm.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/juno_scheduler/src/pm.rs b/juno_scheduler/src/pm.rs index 9d6d00d4..2371e0f2 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], -- GitLab