| Index: src/arm/lithium-arm.h
|
| diff --git a/src/arm/lithium-arm.h b/src/arm/lithium-arm.h
|
| index 3902b4c97b00bc056b11ab0d856c3e6694dca2fa..76867c8a3fad5796f7a6ee11914b80bdcc63e7d8 100644
|
| --- a/src/arm/lithium-arm.h
|
| +++ b/src/arm/lithium-arm.h
|
| @@ -1360,8 +1360,8 @@ class LDateField V8_FINAL : public LTemplateInstruction<1, 1, 1> {
|
| LOperand* temp() { return temps_[0]; }
|
| Smi* index() const { return index_; }
|
|
|
| - DECLARE_CONCRETE_INSTRUCTION(ValueOf, "date-field")
|
| - DECLARE_HYDROGEN_ACCESSOR(ValueOf)
|
| + DECLARE_CONCRETE_INSTRUCTION(DateField, "date-field")
|
| + DECLARE_HYDROGEN_ACCESSOR(DateField)
|
|
|
| private:
|
| Smi* index_;
|
|
|