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:
parent
efb9f5eba5
commit
e0412e382b
@ -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")
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user