Revision: 22738
Author: [email protected]
Date: Thu Jul 31 08:40:09 2014 UTC
Log: Fix typos in LMathFround declarations.
[email protected]
Review URL: https://codereview.chromium.org/425243002
http://code.google.com/p/v8/source/detail?r=22738
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 Wed Jul 30 13:54:45 2014
UTC
+++ /branches/bleeding_edge/src/arm/lithium-arm.h Thu Jul 31 08:40:09 2014
UTC
@@ -886,7 +886,7 @@
LOperand* value() { return inputs_[0]; }
- DECLARE_CONCRETE_INSTRUCTION(MathRound, "math-fround")
+ DECLARE_CONCRETE_INSTRUCTION(MathFround, "math-fround")
};
=======================================
--- /branches/bleeding_edge/src/mips/lithium-mips.h Wed Jul 30 13:54:45
2014 UTC
+++ /branches/bleeding_edge/src/mips/lithium-mips.h Thu Jul 31 08:40:09
2014 UTC
@@ -862,7 +862,7 @@
LOperand* value() { return inputs_[0]; }
- DECLARE_CONCRETE_INSTRUCTION(MathRound, "math-fround")
+ DECLARE_CONCRETE_INSTRUCTION(MathFround, "math-fround")
};
=======================================
--- /branches/bleeding_edge/src/x64/lithium-x64.h Wed Jul 30 13:54:45 2014
UTC
+++ /branches/bleeding_edge/src/x64/lithium-x64.h Thu Jul 31 08:40:09 2014
UTC
@@ -871,7 +871,7 @@
LOperand* value() { return inputs_[0]; }
- DECLARE_CONCRETE_INSTRUCTION(MathRound, "math-fround")
+ DECLARE_CONCRETE_INSTRUCTION(MathFround, "math-fround")
};
--
--
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/d/optout.