Index: src/crankshaft/ppc/lithium-ppc.h |
diff --git a/src/crankshaft/ppc/lithium-ppc.h b/src/crankshaft/ppc/lithium-ppc.h |
index 82afa6a6bb93acc1ce0d236acdc5fc4a0c0a5f8f..f26bfc5e87945ed475231cca0febf211b93b5465 100644 |
--- a/src/crankshaft/ppc/lithium-ppc.h |
+++ b/src/crankshaft/ppc/lithium-ppc.h |
@@ -2103,6 +2103,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") |
}; |