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