| Index: src/compiler/typer.cc
|
| diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc
|
| index e11730e6e58a695f14608e7b247179d4e4e92bcb..c638535727f1c9593c001fb90e9333d2481dd1fa 100644
|
| --- a/src/compiler/typer.cc
|
| +++ b/src/compiler/typer.cc
|
| @@ -1506,10 +1506,10 @@ Bounds Typer::Visitor::TypeJSCallRuntime(Node* node) {
|
| case Runtime::kInlineIsFunction:
|
| case Runtime::kInlineIsRegExp:
|
| return Bounds(Type::None(zone()), Type::Boolean(zone()));
|
| - case Runtime::kInlineOptimizedDoubleLo:
|
| - case Runtime::kInlineOptimizedDoubleHi:
|
| + case Runtime::kInlineDoubleLo:
|
| + case Runtime::kInlineDoubleHi:
|
| return Bounds(Type::None(zone()), Type::Signed32());
|
| - case Runtime::kInlineOptimizedConstructDouble:
|
| + case Runtime::kInlineConstructDouble:
|
| return Bounds(Type::None(zone()), Type::Number());
|
| default:
|
| break;
|
|
|