fix post-merge

This commit is contained in:
Devyn Cairns 2024-07-16 15:43:29 -07:00
parent b51bdfaf12
commit 613ef5b1fe
No known key found for this signature in database

View File

@ -292,6 +292,7 @@ impl Instruction {
Instruction::Drain { .. } => None,
Instruction::LoadVariable { dst, .. } => Some(dst),
Instruction::StoreVariable { .. } => None,
Instruction::DropVariable { .. } => None,
Instruction::LoadEnv { dst, .. } => Some(dst),
Instruction::LoadEnvOpt { dst, .. } => Some(dst),
Instruction::StoreEnv { .. } => None,