1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Move forward declaration up

This commit is contained in:
John Hawthorn 2021-09-14 08:57:55 -07:00 committed by Alan Wu
parent bd8cfb351b
commit fd10634b1a

View file

@ -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)
{