add non chunk traversing cut family instructions to is_head_instr (#2307)
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user