consider deallocate a head instruction (#1473)

This commit is contained in:
Mark Thom
2022-05-14 11:01:26 -06:00
parent 2f3de51e55
commit e6438e79d8

View File

@@ -1099,6 +1099,7 @@ fn generate_instruction_preface() -> TokenStream {
#[inline]
pub fn is_head_instr(&self) -> bool {
match self {
Instruction::Deallocate |
Instruction::GetConstant(..) |
Instruction::GetList(..) |
Instruction::GetPartialString(..) |