Index: src/compiler/verifier.cc |
diff --git a/src/compiler/verifier.cc b/src/compiler/verifier.cc |
index f762c61157cdd2fb7bde33fc56116b6ee42fd79d..834b366040d44733fac79cc2eed938a38d0c9b82 100644 |
--- a/src/compiler/verifier.cc |
+++ b/src/compiler/verifier.cc |
@@ -948,6 +948,7 @@ void Verifier::Visitor::Check(Node* node) { |
case IrOpcode::kFloat64InsertHighWord32: |
case IrOpcode::kInt32PairAdd: |
case IrOpcode::kInt32PairSub: |
+ case IrOpcode::kInt32PairMul: |
case IrOpcode::kWord32PairShl: |
case IrOpcode::kWord32PairShr: |
case IrOpcode::kWord32PairSar: |