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

@@ -293,7 +293,6 @@ pub struct Env<'a, F: Function> {
pub vreg_regs: Vec<VReg>,
pub pregs: Vec<PRegData>,
pub allocation_queue: PrioQueue,
pub clobbers: Vec<Inst>, // Sorted list of insts with clobbers.
pub safepoints: Vec<Inst>, // Sorted list of safepoint insts.
pub safepoints_per_vreg: HashMap<usize, HashSet<Inst>>,