| Index: src/mips/lithium-mips.h
|
| diff --git a/src/mips/lithium-mips.h b/src/mips/lithium-mips.h
|
| index 7c22ae89410a733bdc9dfeea647c5403b7834e85..a8ca620d3fa45bdd09d7006dc8902a98244c3f11 100644
|
| --- a/src/mips/lithium-mips.h
|
| +++ b/src/mips/lithium-mips.h
|
| @@ -1342,8 +1342,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_;
|
|
|