Index: src/compiler/typer.cc |
diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc |
index aabcf4b5a8fd71f192918160dc6987502dac3638..101712ba075c47e9a3b04ab7838061b37c35502f 100644 |
--- a/src/compiler/typer.cc |
+++ b/src/compiler/typer.cc |
@@ -1535,7 +1535,6 @@ Bounds Typer::Visitor::TypeJSCallFunction(Node* node) { |
Bounds Typer::Visitor::TypeJSCallRuntime(Node* node) { |
switch (CallRuntimeParametersOf(node->op()).id()) { |
case Runtime::kInlineIsSmi: |
- case Runtime::kInlineIsNonNegativeSmi: |
case Runtime::kInlineIsArray: |
case Runtime::kInlineIsDate: |
case Runtime::kInlineIsTypedArray: |