Index: src/arm/lithium-arm.h |
diff --git a/src/arm/lithium-arm.h b/src/arm/lithium-arm.h |
index a919a1d3bec6adf39acd0dac337cf32c869a3f99..8ee626a955c696ff95ce2826c867dd557c2a86cb 100644 |
--- a/src/arm/lithium-arm.h |
+++ b/src/arm/lithium-arm.h |
@@ -1739,6 +1739,8 @@ class LStoreKeyedFastDoubleElement: public LTemplateInstruction<0, 3, 0> { |
LOperand* elements() { return inputs_[0]; } |
LOperand* key() { return inputs_[1]; } |
LOperand* value() { return inputs_[2]; } |
+ |
+ bool NeedsCanonicalization() { return hydrogen()->NeedsCanonicalization(); } |
}; |