| Index: src/compiler/typer.cc
|
| diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc
|
| index 1862edcd2ed108bbedd857c3965700452a73ab42..5ea84bd90cdfb11c5dc0011898b26f350783dd71 100644
|
| --- a/src/compiler/typer.cc
|
| +++ b/src/compiler/typer.cc
|
| @@ -1585,7 +1585,6 @@ Type* Typer::Visitor::TypeJSCallRuntime(Node* node) {
|
| case Runtime::kInlineDoubleHi:
|
| return Type::Signed32();
|
| case Runtime::kInlineConstructDouble:
|
| - case Runtime::kInlineMathFloor:
|
| case Runtime::kInlineMathAtan2:
|
| return Type::Number();
|
| case Runtime::kInlineMathClz32:
|
|
|