| Index: src/x64/lithium-codegen-x64.cc
|
| diff --git a/src/x64/lithium-codegen-x64.cc b/src/x64/lithium-codegen-x64.cc
|
| index 0845915dc5ded8b2e034c778829183dd5c046bd0..e054f2d06f60d0bec0eaba473fa02cc2c81d3af1 100644
|
| --- a/src/x64/lithium-codegen-x64.cc
|
| +++ b/src/x64/lithium-codegen-x64.cc
|
| @@ -4715,7 +4715,7 @@ void LCodeGen::DoForInCacheArray(LForInCacheArray* instr) {
|
| __ movq(result,
|
| FieldOperand(result, FixedArray::SizeFor(instr->idx())));
|
| Condition cc = masm()->CheckSmi(result);
|
| - DeoptimizeIf(NegateCondition(cc), instr->environment());
|
| + DeoptimizeIf(cc, instr->environment());
|
| }
|
|
|
|
|
|
|