Index: src/hydrogen.cc |
diff --git a/src/hydrogen.cc b/src/hydrogen.cc |
index 4eb81414592353bf3ac9e793b985269299594c49..fe8e134d97308dd6aac417806e9317725b48cde9 100644 |
--- a/src/hydrogen.cc |
+++ b/src/hydrogen.cc |
@@ -8072,6 +8072,7 @@ bool HOptimizedGraphBuilder::TryInlineBuiltinFunctionCall(Call* expr) { |
if (!FLAG_fast_math) break; |
// Fall through if FLAG_fast_math. |
case kMathRound: |
+ case kMathFround: |
case kMathFloor: |
case kMathAbs: |
case kMathSqrt: |
@@ -8143,6 +8144,7 @@ bool HOptimizedGraphBuilder::TryInlineBuiltinMethodCall( |
if (!FLAG_fast_math) break; |
// Fall through if FLAG_fast_math. |
case kMathRound: |
+ case kMathFround: |
case kMathFloor: |
case kMathAbs: |
case kMathSqrt: |