| Index: src/compiler/verifier.cc
|
| diff --git a/src/compiler/verifier.cc b/src/compiler/verifier.cc
|
| index b56d0401a0aec7cb9312c199a249cb23e8cce9c2..434da9cff7f373b3ff041df160b2c8827eee961b 100644
|
| --- a/src/compiler/verifier.cc
|
| +++ b/src/compiler/verifier.cc
|
| @@ -861,7 +861,9 @@ void Verifier::Visitor::Check(Node* node) {
|
| case IrOpcode::kUint32LessThan:
|
| case IrOpcode::kUint32LessThanOrEqual:
|
| case IrOpcode::kInt64Add:
|
| + case IrOpcode::kInt64AddWithOverflow:
|
| case IrOpcode::kInt64Sub:
|
| + case IrOpcode::kInt64SubWithOverflow:
|
| case IrOpcode::kInt64Mul:
|
| case IrOpcode::kInt64Div:
|
| case IrOpcode::kInt64Mod:
|
|
|