| Index: src/compiler/simplified-lowering.cc
|
| diff --git a/src/compiler/simplified-lowering.cc b/src/compiler/simplified-lowering.cc
|
| index 38df48e18ef186a466d630ff8805e4f87689eb5b..e3b495bc4f5016a09ca333b89b1c4081a506dd02 100644
|
| --- a/src/compiler/simplified-lowering.cc
|
| +++ b/src/compiler/simplified-lowering.cc
|
| @@ -1240,6 +1240,7 @@ class RepresentationSelector {
|
| }
|
| case IrOpcode::kObjectIsNumber: {
|
| ProcessInput(node, 0, UseInfo::AnyTagged());
|
| + ProcessRemainingInputs(node, 1);
|
| SetOutput(node, NodeOutputInfo::Bool());
|
| break;
|
| }
|
|
|