| Index: src/hydrogen-instructions.cc
|
| diff --git a/src/hydrogen-instructions.cc b/src/hydrogen-instructions.cc
|
| index 2f8c2da59238934136d4b82c689580b5e3998447..388f92f58f4a7e0ae705c4061db69842897c3c65 100644
|
| --- a/src/hydrogen-instructions.cc
|
| +++ b/src/hydrogen-instructions.cc
|
| @@ -878,6 +878,7 @@ bool HInstruction::CanDeoptimize() {
|
| case HValue::kSeqStringGetChar:
|
| case HValue::kStoreCodeEntry:
|
| case HValue::kStoreKeyed:
|
| + case HValue::kStoreNamedField:
|
| case HValue::kStoreNamedGeneric:
|
| case HValue::kStringCharCodeAt:
|
| case HValue::kStringCharFromCode:
|
| @@ -926,7 +927,6 @@ bool HInstruction::CanDeoptimize() {
|
| case HValue::kStoreContextSlot:
|
| case HValue::kStoreGlobalCell:
|
| case HValue::kStoreKeyedGeneric:
|
| - case HValue::kStoreNamedField:
|
| case HValue::kStringAdd:
|
| case HValue::kStringCompareAndBranch:
|
| case HValue::kSub:
|
|
|