Reviewers: Sven Panne,
Description:
Fix typos in LMathFround declarations.
[email protected]
Please review this at https://codereview.chromium.org/425243002/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+3, -3 lines):
M src/arm/lithium-arm.h
M src/mips/lithium-mips.h
M src/x64/lithium-x64.h
Index: src/arm/lithium-arm.h
diff --git a/src/arm/lithium-arm.h b/src/arm/lithium-arm.h
index
26e8cc5ebccde9644772ad044eed32613a61cb58..ca47cfb343a724c4ad341a40a0e2c46f29153fcb
100644
--- a/src/arm/lithium-arm.h
+++ b/src/arm/lithium-arm.h
@@ -882,7 +882,7 @@ class LMathFround V8_FINAL : public
LTemplateInstruction<1, 1, 0> {
LOperand* value() { return inputs_[0]; }
- DECLARE_CONCRETE_INSTRUCTION(MathRound, "math-fround")
+ DECLARE_CONCRETE_INSTRUCTION(MathFround, "math-fround")
};
Index: src/mips/lithium-mips.h
diff --git a/src/mips/lithium-mips.h b/src/mips/lithium-mips.h
index
adda4e256de8e1310b100ea85bf8dc6aaa3264d5..cae0509a5440a57e26b9fd8c1074923862499d79
100644
--- a/src/mips/lithium-mips.h
+++ b/src/mips/lithium-mips.h
@@ -858,7 +858,7 @@ class LMathFround V8_FINAL : public
LTemplateInstruction<1, 1, 0> {
LOperand* value() { return inputs_[0]; }
- DECLARE_CONCRETE_INSTRUCTION(MathRound, "math-fround")
+ DECLARE_CONCRETE_INSTRUCTION(MathFround, "math-fround")
};
Index: src/x64/lithium-x64.h
diff --git a/src/x64/lithium-x64.h b/src/x64/lithium-x64.h
index
b2f4697f16173ab240f0629029e5206995b34e84..406c5a1e99c765848739ca7b44236f2d1d7a8be0
100644
--- a/src/x64/lithium-x64.h
+++ b/src/x64/lithium-x64.h
@@ -867,7 +867,7 @@ class LMathFround V8_FINAL : public
LTemplateInstruction<1, 1, 0> {
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.