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