This commit is contained in:
John Hawthorn 2021-09-14 08:57:55 -07:00 коммит произвёл Alan Wu
Родитель bd8cfb351b
Коммит fd10634b1a
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -740,6 +740,8 @@ yjit_gen_block(block_t *block, rb_execution_context_t *ec)
}
}
static codegen_status_t gen_opt_send_without_block(jitstate_t *jit, ctx_t *ctx);
static codegen_status_t
gen_nop(jitstate_t* jit, ctx_t* ctx)
{
@ -2008,8 +2010,6 @@ gen_equality_specialized(jitstate_t* jit, ctx_t* ctx, uint8_t *side_exit)
}
}
static codegen_status_t gen_opt_send_without_block(jitstate_t *jit, ctx_t *ctx);
static codegen_status_t
gen_opt_eq(jitstate_t* jit, ctx_t* ctx)
{