insns.def (tracebranch): renamed from trace2

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61047 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
mame 2017-12-06 07:04:49 +00:00
parent c3c0c0745f
commit c7e4f91246
2 changed files with 4 additions and 4 deletions

View File

@ -288,7 +288,7 @@ struct iseq_compile_data_ensure_node_stack {
rb_ary_push(branches, INT2FIX(last_line)); \ rb_ary_push(branches, INT2FIX(last_line)); \
rb_ary_push(branches, INT2FIX(last_column)); \ rb_ary_push(branches, INT2FIX(last_column)); \
rb_ary_push(branches, INT2FIX(counter_idx)); \ rb_ary_push(branches, INT2FIX(counter_idx)); \
ADD_INSN2((seq), (first_line), trace2, INT2FIX(RUBY_EVENT_COVERAGE), INT2FIX(counter_idx)); \ ADD_INSN2((seq), (first_line), tracebranch, INT2FIX(RUBY_EVENT_COVERAGE), INT2FIX(counter_idx)); \
} \ } \
} while (0) } while (0)

View File

@ -778,11 +778,11 @@ checkkeyword
/** /**
@c setting @c setting
@e trace @e trace a branch
@j trace @j trace
*/ */
DEFINE_INSN DEFINE_INSN
trace2 tracebranch
(rb_num_t nf, VALUE data) (rb_num_t nf, VALUE data)
() ()
() ()