Index: src/compiler/typer.cc |
diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc |
index 3e9d3d98ec225da03a62771a0f5dc106d1a6f455..dafd3c95a128f317d0033d1d0b6aeb2e0441f0a2 100644 |
--- a/src/compiler/typer.cc |
+++ b/src/compiler/typer.cc |
@@ -1576,6 +1576,7 @@ Bounds Typer::Visitor::TypeJSCallRuntime(Node* node) { |
case Runtime::kInlineIsSmi: |
case Runtime::kInlineIsNonNegativeSmi: |
case Runtime::kInlineIsArray: |
+ case Runtime::kInlineIsMinusZero: |
case Runtime::kInlineIsFunction: |
case Runtime::kInlineIsRegExp: |
return Bounds(Type::None(zone()), Type::Boolean(zone())); |