mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
RJIT: Remove unused variables
This commit is contained in:
parent
2ddf6079f1
commit
66fe64b269
1 changed files with 0 additions and 8 deletions
|
@ -2273,10 +2273,6 @@ module RubyVM::RJIT
|
|||
end
|
||||
|
||||
if two_fixnums_on_stack?(jit)
|
||||
# Create a side-exit to fall back to the interpreter
|
||||
# Note: we generate the side-exit before popping operands from the stack
|
||||
side_exit = side_exit(jit, ctx)
|
||||
|
||||
unless Invariants.assume_bop_not_redefined(jit, C::INTEGER_REDEFINED_OP_FLAG, C::BOP_AND)
|
||||
return CantCompile
|
||||
end
|
||||
|
@ -2312,10 +2308,6 @@ module RubyVM::RJIT
|
|||
end
|
||||
|
||||
if two_fixnums_on_stack?(jit)
|
||||
# Create a side-exit to fall back to the interpreter
|
||||
# Note: we generate the side-exit before popping operands from the stack
|
||||
side_exit = side_exit(jit, ctx)
|
||||
|
||||
unless Invariants.assume_bop_not_redefined(jit, C::INTEGER_REDEFINED_OP_FLAG, C::BOP_OR)
|
||||
return CantCompile
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue