| Index: src/crankshaft/hydrogen-instructions.cc
|
| diff --git a/src/crankshaft/hydrogen-instructions.cc b/src/crankshaft/hydrogen-instructions.cc
|
| index 805467908e4e3514ac5f9c522327f23ca0d10ea1..440d3d0faf339f39cf8b00186365938a4d8ba84b 100644
|
| --- a/src/crankshaft/hydrogen-instructions.cc
|
| +++ b/src/crankshaft/hydrogen-instructions.cc
|
| @@ -802,7 +802,6 @@ bool HInstruction::CanDeoptimize() {
|
| case HValue::kHasInstanceTypeAndBranch:
|
| case HValue::kInnerAllocatedObject:
|
| case HValue::kInstanceOf:
|
| - case HValue::kHasInPrototypeChainAndBranch:
|
| case HValue::kIsSmiAndBranch:
|
| case HValue::kIsStringAndBranch:
|
| case HValue::kIsUndetectableAndBranch:
|
| @@ -855,6 +854,7 @@ bool HInstruction::CanDeoptimize() {
|
| case HValue::kDiv:
|
| case HValue::kForInCacheArray:
|
| case HValue::kForInPrepareMap:
|
| + case HValue::kHasInPrototypeChainAndBranch:
|
| case HValue::kInvokeFunction:
|
| case HValue::kLoadContextSlot:
|
| case HValue::kLoadFunctionPrototype:
|
|
|