Index: src/hydrogen-instructions.h |
diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h |
index 28a56122b101d3c49aebbe45d99d17739879cb47..82c861ff0f994db03f7c376380d6fd99e7fc8128 100644 |
--- a/src/hydrogen-instructions.h |
+++ b/src/hydrogen-instructions.h |
@@ -2606,6 +2606,7 @@ class HUnaryMathOperation V8_FINAL : public HTemplateInstruction<2> { |
switch (op_) { |
case kMathFloor: |
case kMathRound: |
+ case kMathFround: |
case kMathSqrt: |
case kMathPowHalf: |
case kMathLog: |
@@ -2672,6 +2673,7 @@ class HUnaryMathOperation V8_FINAL : public HTemplateInstruction<2> { |
// is tagged, and not when it is an unboxed double or unboxed integer. |
SetChangesFlag(kNewSpacePromotion); |
break; |
+ case kMathFround: |
case kMathLog: |
case kMathExp: |
case kMathSqrt: |