mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* expand tabs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66673 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4130969ea1
commit
7e035dcda7
1 changed files with 4 additions and 4 deletions
|
@ -7462,7 +7462,7 @@ iseq_compile_each0(rb_iseq_t *iseq, LINK_ANCHOR *const ret, const NODE *node, in
|
||||||
DECL_ANCHOR(args);
|
DECL_ANCHOR(args);
|
||||||
unsigned int flag = 0;
|
unsigned int flag = 0;
|
||||||
ID mid = node->nd_mid;
|
ID mid = node->nd_mid;
|
||||||
LABEL *lskip = 0;
|
LABEL *lskip = 0;
|
||||||
VALUE argc;
|
VALUE argc;
|
||||||
|
|
||||||
/* optimization shortcut
|
/* optimization shortcut
|
||||||
|
@ -7503,8 +7503,8 @@ iseq_compile_each0(rb_iseq_t *iseq, LINK_ANCHOR *const ret, const NODE *node, in
|
||||||
/* safe nav attr */
|
/* safe nav attr */
|
||||||
mid = rb_id_attrset(mid);
|
mid = rb_id_attrset(mid);
|
||||||
ADD_INSN(recv, line, dup);
|
ADD_INSN(recv, line, dup);
|
||||||
lskip = NEW_LABEL(line);
|
lskip = NEW_LABEL(line);
|
||||||
ADD_INSNL(recv, line, branchnil, lskip);
|
ADD_INSNL(recv, line, branchnil, lskip);
|
||||||
}
|
}
|
||||||
if (!popped) {
|
if (!popped) {
|
||||||
ADD_INSN(ret, line, putnil);
|
ADD_INSN(ret, line, putnil);
|
||||||
|
@ -7536,7 +7536,7 @@ iseq_compile_each0(rb_iseq_t *iseq, LINK_ANCHOR *const ret, const NODE *node, in
|
||||||
ADD_SEQ(ret, args);
|
ADD_SEQ(ret, args);
|
||||||
}
|
}
|
||||||
ADD_SEND_WITH_FLAG(ret, line, mid, argc, INT2FIX(flag));
|
ADD_SEND_WITH_FLAG(ret, line, mid, argc, INT2FIX(flag));
|
||||||
if (lskip) ADD_LABEL(ret, lskip);
|
if (lskip) ADD_LABEL(ret, lskip);
|
||||||
ADD_INSN(ret, line, pop);
|
ADD_INSN(ret, line, pop);
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Reference in a new issue