Chromium Code Reviews| Index: src/compiler/verifier.cc |
| diff --git a/src/compiler/verifier.cc b/src/compiler/verifier.cc |
| index 401167461f932ee4caaf9dc166cbb10d339885af..f26b9f4caf5c96469e60d3fda1cf7e7c6a042559 100644 |
| --- a/src/compiler/verifier.cc |
| +++ b/src/compiler/verifier.cc |
| @@ -279,6 +279,7 @@ void Verifier::Visitor::Check(Node* node) { |
| case IrOpcode::kDeoptimizeIf: |
| case IrOpcode::kDeoptimizeUnless: |
| case IrOpcode::kCheckIf: |
| + case IrOpcode::kCheckUnless: |
| // Type is empty. |
| CheckNotTyped(node); |
| break; |