diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-25 09:56:04 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-25 09:56:04 +0000 |
| commit | 339b1978f748864026da48c1281c71001579debe (patch) | |
| tree | b49d9b60cb33542c42e72c1092bac2ed4e6c308b /compile.c | |
| parent | dbe0299500739b01ba9e2dd3a99889fe8886f138 (diff) | |
merges r20970 from trunk into ruby_1_9_1.
* compile.c (iseq_peephole_optimize): fix typo.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21027 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'compile.c')
| -rw-r--r-- | compile.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1629,7 +1629,7 @@ iseq_peephole_optimize(rb_iseq_t *iseq, LINK_ELEMENT *list, const int do_tailcal * LABEL1: * jump LABEL2 * - * => in this case, first jump instruction should jump tp + * => in this case, first jump instruction should jump to * LABEL2 directly */ diobj = (INSN *)get_destination_insn(iobj); |
