| Index: src/compiler/typer.cc
|
| diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc
|
| index c3ea920a3bc2d38888310c251b9817594d342129..c1f816d34bc451a624acf38594fa1b6d1908bbbd 100644
|
| --- a/src/compiler/typer.cc
|
| +++ b/src/compiler/typer.cc
|
| @@ -1563,7 +1563,6 @@ Type* Typer::Visitor::TypeJSCallRuntime(Node* node) {
|
| case Runtime::kInlineDoubleHi:
|
| return Type::Signed32();
|
| case Runtime::kInlineConstructDouble:
|
| - case Runtime::kInlineDateField:
|
| case Runtime::kInlineMathFloor:
|
| case Runtime::kInlineMathSqrt:
|
| case Runtime::kInlineMathAcos:
|
|
|