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:
parent
52999632d7
commit
c3cd2816ae
1 changed files with 2 additions and 2 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue