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
This commit is contained in:
yangguo@chromium.org 2014-07-31 08:40:09 +00:00
parent efb9f5eba5
commit e0412e382b
3 changed files with 3 additions and 3 deletions

View File

@ -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")
};

View File

@ -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")
};

View File

@ -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")
};