| Index: src/compiler/verifier.cc
|
| diff --git a/src/compiler/verifier.cc b/src/compiler/verifier.cc
|
| index e898a02915cd335d44dabf34891127824bc1ec10..f2ac01fe4d50b902895f893592822419450d4a36 100644
|
| --- a/src/compiler/verifier.cc
|
| +++ b/src/compiler/verifier.cc
|
| @@ -1057,6 +1057,7 @@ void Verifier::Visitor::Check(Node* node) {
|
| case IrOpcode::kInt32Sub:
|
| case IrOpcode::kInt32SubWithOverflow:
|
| case IrOpcode::kInt32Mul:
|
| + case IrOpcode::kInt32MulWithOverflow:
|
| case IrOpcode::kInt32MulHigh:
|
| case IrOpcode::kInt32Div:
|
| case IrOpcode::kInt32Mod:
|
|
|