Index: src/x64/codegen-x64.cc |
=================================================================== |
--- src/x64/codegen-x64.cc (revision 4574) |
+++ src/x64/codegen-x64.cc (working copy) |
@@ -6558,7 +6558,7 @@ |
overwrite_mode); |
__ movq(answer.reg(), Immediate(int_value)); |
__ SmiToInteger32(rcx, rcx); |
- if (!right.type_info().IsSmi()) { |
+ if (!right_type_info.IsSmi()) { |
Condition is_smi = masm_->CheckSmi(right.reg()); |
deferred->Branch(NegateCondition(is_smi)); |
} else if (FLAG_debug_code) { |