| Index: src/crankshaft/arm64/lithium-arm64.h
|
| diff --git a/src/crankshaft/arm64/lithium-arm64.h b/src/crankshaft/arm64/lithium-arm64.h
|
| index da19620679ffcff746a213370606af5a958fe7e2..782da095466253e628c90b4453c3ed97fd6354fc 100644
|
| --- a/src/crankshaft/arm64/lithium-arm64.h
|
| +++ b/src/crankshaft/arm64/lithium-arm64.h
|
| @@ -2434,6 +2434,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")
|
| };
|
|
|