| Index: src/compiler/typer.cc
|
| diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc
|
| index 9cc7cfcfd0821c86aeb5cc0919066a8ff28382a8..0f6c4d1079a026d82ed400a676489ce083809736 100644
|
| --- a/src/compiler/typer.cc
|
| +++ b/src/compiler/typer.cc
|
| @@ -1594,6 +1594,7 @@ Bounds Typer::Visitor::TypeJSCallRuntime(Node* node) {
|
| case Runtime::kInlineDoubleHi:
|
| return Bounds(Type::None(zone()), Type::Signed32());
|
| case Runtime::kInlineConstructDouble:
|
| + case Runtime::kInlineDateField:
|
| case Runtime::kInlineMathFloor:
|
| case Runtime::kInlineMathSqrt:
|
| case Runtime::kInlineMathAcos:
|
|
|