From e7e89b32f1eb1a33c78c9936b2a60d1bd95b2129 Mon Sep 17 00:00:00 2001 From: "yangguo@chromium.org" Date: Wed, 30 Jul 2014 09:55:21 +0000 Subject: [PATCH] Fix typo in LMathFround on ia32. R=yangguo@chromium.org Review URL: https://codereview.chromium.org/428043003 Patch from Chunyang Dai . git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22699 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- src/ia32/lithium-ia32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ia32/lithium-ia32.h b/src/ia32/lithium-ia32.h index 4e64497..319aaee 100644 --- a/src/ia32/lithium-ia32.h +++ b/src/ia32/lithium-ia32.h @@ -865,7 +865,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") }; -- 2.7.4