From a60507f616a7f5beb4aef99aa56f6b964c16880d Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Sun, 21 Aug 2022 11:30:32 -0700 Subject: Rename mjit_compile.c to mjit_compiler.c I'm planning to introduce mjit_compiler.rb, and I want to make this consistent with it. Consistency with compile.c doesn't seem important for MJIT anyway. --- tool/ruby_vm/views/mjit_compile.inc.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tool') diff --git a/tool/ruby_vm/views/mjit_compile.inc.erb b/tool/ruby_vm/views/mjit_compile.inc.erb index 5820f81770..0e66f78007 100644 --- a/tool/ruby_vm/views/mjit_compile.inc.erb +++ b/tool/ruby_vm/views/mjit_compile.inc.erb @@ -11,7 +11,7 @@ % # This is an ERB template that generates Ruby code that generates C code that % # generates JIT-ed C code. <%= render 'notice', locals: { - this_file: 'is the main part of compile_insn() in mjit_compile.c', + this_file: 'is the main part of compile_insn() in mjit_compiler.c', edit: __FILE__, } -%> % -- cgit v1.2.3