summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorAaron Patterson <tenderlove@ruby-lang.org>2021-06-21 15:16:13 -0700
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:36 -0400
commit30f20d7c3867d6e06d78efb5d7e99b4b4260c2ac (patch)
treefe85e6510a98372accaec75f0418db2222a37b00 /template
parent0cd3b97e027332236625835578329580be12023c (diff)
Remove some MicroJIT vestiges
Just happened to run across this, so lets fix them
Diffstat (limited to 'template')
-rw-r--r--template/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/Makefile.in b/template/Makefile.in
index 730ad942c7..eebdaf08da 100644
--- a/template/Makefile.in
+++ b/template/Makefile.in
@@ -610,8 +610,8 @@ $(INSNS): $(srcdir)/insns.def vm_opts.h \
$(tooldir)/ruby_vm/models/instructions_unifications.rb \
$(tooldir)/ruby_vm/models/operands_unifications.rb \
$(tooldir)/ruby_vm/models/trace_instructions.rb \
- $(tooldir)/ruby_vm/models/micro_jit.rb \
- $(tooldir)/ruby_vm/models/micro_jit/example_instructions.rb \
+ $(tooldir)/ruby_vm/models/yjit.rb \
+ $(tooldir)/ruby_vm/models/yjit/example_instructions.rb \
$(tooldir)/ruby_vm/models/typemap.rb \
$(tooldir)/ruby_vm/scripts/converter.rb \
$(tooldir)/ruby_vm/scripts/insns2vm.rb \