Index: src/compiler/typer.cc |
diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc |
index 3f9b105a7133f47bf9ed6449432ba15dd3c620ac..f3fdaadaa94e5e09b9521fcf040020a8bb21354a 100644 |
--- a/src/compiler/typer.cc |
+++ b/src/compiler/typer.cc |
@@ -1511,6 +1511,7 @@ Bounds Typer::Visitor::TypeJSCallRuntime(Node* node) { |
return Bounds(Type::None(zone()), Type::Signed32()); |
case Runtime::kInlineConstructDouble: |
case Runtime::kInlineMathFloor: |
+ case Runtime::kInlineMathSqrt: |
return Bounds(Type::None(zone()), Type::Number()); |
default: |
break; |