1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* tool/instruction.rb (make_insn_operand_optimized): fixed typo.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25023 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2009-09-21 19:42:26 +00:00
parent 52999632d7
commit c3cd2816ae

View file

@ -317,10 +317,10 @@ class RubyVM
defv << [opes[i], e]
}
make_insn_operand_optimiized(insn, ninsn, nopes, defv)
make_insn_operand_optimized(insn, ninsn, nopes, defv)
end
def make_insn_operand_optimiized orig_insn, name, opes, defopes
def make_insn_operand_optimized orig_insn, name, opes, defopes
comm = orig_insn.comm.dup
comm[:c] = 'optimize'
add_insn insn = Instruction.new(