summaryrefslogtreecommitdiff
path: root/yjit_codegen.c
diff options
context:
space:
mode:
Diffstat (limited to 'yjit_codegen.c')
-rw-r--r--yjit_codegen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/yjit_codegen.c b/yjit_codegen.c
index 56a740b8ad..6bcf5c3fb5 100644
--- a/yjit_codegen.c
+++ b/yjit_codegen.c
@@ -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)
{