add non chunk traversing cut family instructions to is_head_instr (#2307)

This commit is contained in:
Mark
2024-01-25 23:25:06 -07:00
parent 43041971b7
commit 6111f72b24

View File

@@ -1195,7 +1195,10 @@ fn generate_instruction_preface() -> TokenStream {
Instruction::SetLocalValue(..) | Instruction::SetLocalValue(..) |
Instruction::SetVariable(..) | Instruction::SetVariable(..) |
Instruction::SetValue(..) | Instruction::SetValue(..) |
Instruction::SetVoid(..)) Instruction::SetVoid(..) |
Instruction::GetLevel(..) |
Instruction::GetPrevLevel(..) |
Instruction::GetCutPoint(..))
} }
pub fn enqueue_functors( pub fn enqueue_functors(