| Index: src/compiler/verifier.cc
|
| diff --git a/src/compiler/verifier.cc b/src/compiler/verifier.cc
|
| index a66f602bdd52728bcd68135113e2bf1c55558da8..aad4608498385f244a81f275df8e6fa1cb813420 100644
|
| --- a/src/compiler/verifier.cc
|
| +++ b/src/compiler/verifier.cc
|
| @@ -498,6 +498,7 @@ void Verifier::Visitor::Check(Node* node) {
|
| case IrOpcode::kStateValues:
|
| case IrOpcode::kTypedStateValues:
|
| case IrOpcode::kArgumentsElementsState:
|
| + case IrOpcode::kArgumentsLengthState:
|
| case IrOpcode::kObjectState:
|
| case IrOpcode::kTypedObjectState:
|
| // TODO(jarin): what are the constraints on these?
|
|
|