Skip to content
Snippets Groups Projects
Commit 24886c52 authored by Russel Arbore's avatar Russel Arbore
Browse files

Fix

parent 5b65823e
No related branches found
No related tags found
1 merge request!13Basic IR schedules framework
......@@ -62,7 +62,7 @@ pub fn default_plan(function: &Function, fork_join_map: &HashMap<NodeID, NodeID>
control,
init: _,
reduct,
} = function.nodes[id.idx()]
} = function.nodes[chain_id.idx()]
{
if first_control.is_none() {
first_control = Some(control);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment