Index: src/ia32/lithium-ia32.h |
diff --git a/src/ia32/lithium-ia32.h b/src/ia32/lithium-ia32.h |
index 4e644971b5cca46ce4601a8c64b1a429556e5687..319aaee2cade91fb9a7245cc1b6f981af6d93cb8 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") |
}; |