Revision: 16925
Author: [email protected]
Date: Wed Sep 25 00:30:52 2013 UTC
Log: Fix a typo
[email protected]
Review URL: https://codereview.chromium.org/24356004
http://code.google.com/p/v8/source/detail?r=16925
Modified:
/branches/bleeding_edge/src/arm/lithium-arm.h
/branches/bleeding_edge/src/mips/lithium-mips.h
/branches/bleeding_edge/src/x64/lithium-x64.h
=======================================
--- /branches/bleeding_edge/src/arm/lithium-arm.h Mon Sep 23 18:57:32 2013
UTC
+++ /branches/bleeding_edge/src/arm/lithium-arm.h Wed Sep 25 00:30:52 2013
UTC
@@ -1360,8 +1360,8 @@
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_;
=======================================
--- /branches/bleeding_edge/src/mips/lithium-mips.h Fri Sep 20 12:25:00
2013 UTC
+++ /branches/bleeding_edge/src/mips/lithium-mips.h Wed Sep 25 00:30:52
2013 UTC
@@ -1342,8 +1342,8 @@
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_;
=======================================
--- /branches/bleeding_edge/src/x64/lithium-x64.h Mon Sep 23 18:57:32 2013
UTC
+++ /branches/bleeding_edge/src/x64/lithium-x64.h Wed Sep 25 00:30:52 2013
UTC
@@ -1297,8 +1297,8 @@
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_;
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.