| Index: src/crankshaft/arm/lithium-arm.h
|
| diff --git a/src/crankshaft/arm/lithium-arm.h b/src/crankshaft/arm/lithium-arm.h
|
| index 8db5c0215d11b0621530142622ed8746300b97ba..80fbe81a0fa54e7812baaf213cae4fe2ed68febc 100644
|
| --- a/src/crankshaft/arm/lithium-arm.h
|
| +++ b/src/crankshaft/arm/lithium-arm.h
|
| @@ -2158,6 +2158,8 @@ class LMaybeGrowElements final : public LTemplateInstruction<1, 5, 0> {
|
| LOperand* key() { return inputs_[3]; }
|
| LOperand* current_capacity() { return inputs_[4]; }
|
|
|
| + bool ClobbersDoubleRegisters(Isolate* isolate) const override { return true; }
|
| +
|
| DECLARE_HYDROGEN_ACCESSOR(MaybeGrowElements)
|
| DECLARE_CONCRETE_INSTRUCTION(MaybeGrowElements, "maybe-grow-elements")
|
| };
|
|
|