move propagated_var_nums insertion to proper scope (#2183)
This commit is contained in:
@@ -85,10 +85,10 @@ impl BranchCodeStack {
|
|||||||
|
|
||||||
self.stack[idx][branch_idx].push_back(instr!("put_variable", r, 0));
|
self.stack[idx][branch_idx].push_back(instr!("put_variable", r, 0));
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if idx > self.stack.len() - depth {
|
if idx > self.stack.len() - depth {
|
||||||
propagated_var_nums.insert(var_num);
|
propagated_var_nums.insert(var_num);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
subsumed_hits.insert(var_num);
|
subsumed_hits.insert(var_num);
|
||||||
|
|||||||
Reference in New Issue
Block a user