| Index: src/crankshaft/hydrogen-instructions.cc
|
| diff --git a/src/crankshaft/hydrogen-instructions.cc b/src/crankshaft/hydrogen-instructions.cc
|
| index ccd99f719e50313322058d6e574fca3fd6ceaf3f..805467908e4e3514ac5f9c522327f23ca0d10ea1 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::kIsConstructCallAndBranch:
|
| case HValue::kHasInPrototypeChainAndBranch:
|
| case HValue::kIsSmiAndBranch:
|
| case HValue::kIsStringAndBranch:
|
|
|