Remove unused clobbers vector

This commit is contained in:
Amanieu d'Antras
2021-11-01 00:08:18 +00:00
parent 358c831b31
commit a527a6d25a
3 changed files with 0 additions and 7 deletions

View File

@@ -62,7 +62,6 @@ impl<'a, F: Function> Env<'a, F> {
vreg_regs: Vec::with_capacity(n),
pregs: vec![],
allocation_queue: PrioQueue::new(),
clobbers: vec![],
safepoints: vec![],
safepoints_per_vreg: HashMap::new(),
spilled_bundles: vec![],