| Index: src/compiler/simplified-lowering.cc
|
| diff --git a/src/compiler/simplified-lowering.cc b/src/compiler/simplified-lowering.cc
|
| index 6a6c26d4081e70d99cb08dcffb6cd5def960a121..8d1be4d09eefec5dd2e226667925e417a0da0992 100644
|
| --- a/src/compiler/simplified-lowering.cc
|
| +++ b/src/compiler/simplified-lowering.cc
|
| @@ -2725,6 +2725,7 @@ class RepresentationSelector {
|
| case IrOpcode::kProjection:
|
| case IrOpcode::kOsrValue:
|
| case IrOpcode::kArgumentsElementsState:
|
| + case IrOpcode::kArgumentsLengthState:
|
| // All JavaScript operators except JSToNumber have uniform handling.
|
| #define OPCODE_CASE(name) case IrOpcode::k##name:
|
| JS_SIMPLE_BINOP_LIST(OPCODE_CASE)
|
|
|