summaryrefslogtreecommitdiff
path: root/tool/ruby_vm/views/insns_info.inc.erb
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-26 00:58:26 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-26 00:58:26 +0000
commit686881d383cfe44c67875aada64207c5e0abaa8d (patch)
tree63e419afdd728fa5a02a09faf9d5bfb885ce40af /tool/ruby_vm/views/insns_info.inc.erb
parent756b200ad6623fdad76c30f19aaf25fb75a24f08 (diff)
add _sp_inc_helpers.erb [ci skip]
Just add more room for comments. This is a pure refactoring that does not change anything but readability. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66564 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool/ruby_vm/views/insns_info.inc.erb')
-rw-r--r--tool/ruby_vm/views/insns_info.inc.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/ruby_vm/views/insns_info.inc.erb b/tool/ruby_vm/views/insns_info.inc.erb
index 67fcebfc42..cdca908a69 100644
--- a/tool/ruby_vm/views/insns_info.inc.erb
+++ b/tool/ruby_vm/views/insns_info.inc.erb
@@ -16,5 +16,6 @@
<%= render 'insn_len_info' %>
<%= render 'insn_operand_info' %>
<%= render 'leaf_helpers' %>
+<%= render 'sp_inc_helpers' %>
<%= render 'attributes' %>
<%= render 'insn_stack_increase' %>