| Index: src/compiler/verifier.cc
|
| diff --git a/src/compiler/verifier.cc b/src/compiler/verifier.cc
|
| index 31153c6ef2763cbdf99d3099a43c1f315e6e962b..6552654cf37b171738a3b4574027605a07d49578 100644
|
| --- a/src/compiler/verifier.cc
|
| +++ b/src/compiler/verifier.cc
|
| @@ -488,8 +488,9 @@ void Verifier::Visitor::Check(Node* node) {
|
| break;
|
| }
|
| case IrOpcode::kStateValues:
|
| - case IrOpcode::kObjectState:
|
| case IrOpcode::kTypedStateValues:
|
| + case IrOpcode::kObjectState:
|
| + case IrOpcode::kTypedObjectState:
|
| // TODO(jarin): what are the constraints on these?
|
| break;
|
| case IrOpcode::kCall:
|
|
|