consider deallocate a head instruction (#1473)
This commit is contained in:
@@ -1099,6 +1099,7 @@ fn generate_instruction_preface() -> TokenStream {
|
|||||||
#[inline]
|
#[inline]
|
||||||
pub fn is_head_instr(&self) -> bool {
|
pub fn is_head_instr(&self) -> bool {
|
||||||
match self {
|
match self {
|
||||||
|
Instruction::Deallocate |
|
||||||
Instruction::GetConstant(..) |
|
Instruction::GetConstant(..) |
|
||||||
Instruction::GetList(..) |
|
Instruction::GetList(..) |
|
||||||
Instruction::GetPartialString(..) |
|
Instruction::GetPartialString(..) |
|
||||||
|
|||||||
Reference in New Issue
Block a user