Index: src/x64/lithium-x64.h |
diff --git a/src/x64/lithium-x64.h b/src/x64/lithium-x64.h |
index 9f45f97e25e7db72c5fd4572e9949b82ad43ccdc..0ccbeb8fc80889f0394ff5e69a472507b475d151 100644 |
--- a/src/x64/lithium-x64.h |
+++ b/src/x64/lithium-x64.h |
@@ -1297,8 +1297,8 @@ class LDateField V8_FINAL : public LTemplateInstruction<1, 1, 0> { |
LOperand* date() { return inputs_[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_; |