Commit e0412e38 authored by yangguo@chromium.org's avatar yangguo@chromium.org

Fix typos in LMathFround declarations.

R=svenpanne@chromium.org

Review URL: https://codereview.chromium.org/425243002

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22738 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent efb9f5eb
......@@ -886,7 +886,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")
};
......
......@@ -862,7 +862,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")
};
......
......@@ -871,7 +871,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")
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment