YJIT: Refactor to forward jump_to_next_insn() return value
It's more concise this way and since return Some(EndBlock) is the only correct answer, no point repeating it everywhere.
return Some(EndBlock)
YJIT: Refactor to forward jump_to_next_insn() return value
It's more concise this way and since
return Some(EndBlock)
is the onlycorrect answer, no point repeating it everywhere.