| Index: src/compiler/verifier.cc
|
| diff --git a/src/compiler/verifier.cc b/src/compiler/verifier.cc
|
| index 298c6ed1a64936bab049a527ae8117e5d903058e..4298b9322cfb4626b4af086b09d5c0213c4af045 100644
|
| --- a/src/compiler/verifier.cc
|
| +++ b/src/compiler/verifier.cc
|
| @@ -521,6 +521,7 @@ void Verifier::Visitor::Check(Node* node) {
|
| break;
|
| case IrOpcode::kJSCreateLiteralArray:
|
| case IrOpcode::kJSCreateLiteralObject:
|
| + case IrOpcode::kJSCreateLiteralRegExp:
|
| // Type is OtherObject.
|
| CheckUpperIs(node, Type::OtherObject());
|
| break;
|
|
|