| Index: src/compiler/typer.cc
|
| diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc
|
| index d1897750337964b861b51e60ab9866ae4f0c38b9..7d4d1385c2f3a62ee2460070ed00fb1043d20237 100644
|
| --- a/src/compiler/typer.cc
|
| +++ b/src/compiler/typer.cc
|
| @@ -1579,6 +1579,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()));
|
|
|