aboutsummaryrefslogtreecommitdiffstats
path: root/compile.c
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-08-16 20:28:33 -0700
committerGitHub <noreply@github.com>2023-08-16 20:28:33 -0700
commite210b899dc803607bef1b395ace02dc9f96554ea (patch)
treeb0894c7fdeda458d06eb69fef9593edb360de1b7 /compile.c
parent5bb946228550c7f171c27725860b153a675404f3 (diff)
downloadruby-e210b899dc803607bef1b395ace02dc9f96554ea.tar.gz
Move the PC regardless of the leaf flag (#8232)
Co-authored-by: Alan Wu <alansi.xingwu@shopify.com>
Diffstat (limited to 'compile.c')
-rw-r--r--compile.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/compile.c b/compile.c
index de34b0f043..7ae6efb668 100644
--- a/compile.c
+++ b/compile.c
@@ -10217,12 +10217,6 @@ dump_disasm_list_with_cursor(const LINK_ELEMENT *link, const LINK_ELEMENT *curr,
fflush(stdout);
}
-bool
-rb_insns_leaf_p(int i)
-{
- return insn_leaf_p(i);
-}
-
int
rb_insn_len(VALUE insn)
{