Index: src/compiler/simplified-lowering.cc |
diff --git a/src/compiler/simplified-lowering.cc b/src/compiler/simplified-lowering.cc |
index 94a078a5976ba129b93d9c5f52f1b9aedd4cf33f..2132d9a493a4ad463e4ee3dd5f6e2a4ffaf4b8f3 100644 |
--- a/src/compiler/simplified-lowering.cc |
+++ b/src/compiler/simplified-lowering.cc |
@@ -2661,6 +2661,7 @@ class RepresentationSelector { |
case IrOpcode::kBeginRegion: |
case IrOpcode::kProjection: |
case IrOpcode::kOsrValue: |
+ case IrOpcode::kArgumentsObjectState: |
// All JavaScript operators except JSToNumber have uniform handling. |
#define OPCODE_CASE(name) case IrOpcode::k##name: |
JS_SIMPLE_BINOP_LIST(OPCODE_CASE) |