Fix a typo
R=jkummerow@chromium.org Review URL: https://codereview.chromium.org/24356004 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@16925 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
45ab50673e
commit
f1d1dd604d
@ -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_;
|
||||
|
@ -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_;
|
||||
|
@ -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_;
|
||||
|
Loading…
Reference in New Issue
Block a user