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