RJIT: Remove unused variables
This commit is contained in:
parent
2ddf6079f1
commit
66fe64b269
@ -2273,10 +2273,6 @@ module RubyVM::RJIT
|
|||||||
end
|
end
|
||||||
|
|
||||||
if two_fixnums_on_stack?(jit)
|
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)
|
unless Invariants.assume_bop_not_redefined(jit, C::INTEGER_REDEFINED_OP_FLAG, C::BOP_AND)
|
||||||
return CantCompile
|
return CantCompile
|
||||||
end
|
end
|
||||||
@ -2312,10 +2308,6 @@ module RubyVM::RJIT
|
|||||||
end
|
end
|
||||||
|
|
||||||
if two_fixnums_on_stack?(jit)
|
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)
|
unless Invariants.assume_bop_not_redefined(jit, C::INTEGER_REDEFINED_OP_FLAG, C::BOP_OR)
|
||||||
return CantCompile
|
return CantCompile
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user