Index: src/hydrogen-instructions.cc |
diff --git a/src/hydrogen-instructions.cc b/src/hydrogen-instructions.cc |
index 69725b1e3be8e59401d069c16c38f47474f19460..c1a23f9b0366a6f848abef9efb04e2f0613127ed 100644 |
--- a/src/hydrogen-instructions.cc |
+++ b/src/hydrogen-instructions.cc |
@@ -873,7 +873,6 @@ bool HInstruction::CanDeoptimize() { |
case HValue::kSeqStringGetChar: |
case HValue::kStoreCodeEntry: |
case HValue::kStoreKeyed: |
- case HValue::kStoreNamedField: |
case HValue::kStoreNamedGeneric: |
case HValue::kStringCharCodeAt: |
case HValue::kStringCharFromCode: |
@@ -922,6 +921,7 @@ bool HInstruction::CanDeoptimize() { |
case HValue::kStoreContextSlot: |
case HValue::kStoreGlobalCell: |
case HValue::kStoreKeyedGeneric: |
+ case HValue::kStoreNamedField: |
case HValue::kStringAdd: |
case HValue::kStringCompareAndBranch: |
case HValue::kSub: |