diff options
| author | Takashi Kokubun <takashikkbn@gmail.com> | 2022-11-29 21:42:35 -0800 |
|---|---|---|
| committer | Takashi Kokubun <takashikkbn@gmail.com> | 2022-11-29 21:45:34 -0800 |
| commit | a1d70f5b120478d11151dc0e2cd554f38574953b (patch) | |
| tree | 84c8cbb908c0b7e8b4c5a5213392a999340b51fe /tool | |
| parent | 7a2b1364ef5889497e7c203f644610f346bdd80a (diff) | |
MJIT: Rename mjit_compile_attr to mjit_sp_inc
There's no mjit_compile.inc, so no need to use this prefix anymore.
Diffstat (limited to 'tool')
| -rw-r--r-- | tool/ruby_vm/views/mjit_sp_inc.inc.erb (renamed from tool/ruby_vm/views/mjit_compile_attr.inc.erb) | 0 | ||||
| -rwxr-xr-x | tool/update-deps | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tool/ruby_vm/views/mjit_compile_attr.inc.erb b/tool/ruby_vm/views/mjit_sp_inc.inc.erb index 7b925420dd..7b925420dd 100644 --- a/tool/ruby_vm/views/mjit_compile_attr.inc.erb +++ b/tool/ruby_vm/views/mjit_sp_inc.inc.erb diff --git a/tool/update-deps b/tool/update-deps index f142b30be8..445f9a00e3 100755 --- a/tool/update-deps +++ b/tool/update-deps @@ -119,7 +119,7 @@ FILES_NEED_VPATH = %w[ known_errors.inc lex.c miniprelude.c - mjit_compile_attr.inc + mjit_sp_inc.inc newline.c node_name.inc opt_sc.inc |
