Index: src/compiler/verifier.cc |
diff --git a/src/compiler/verifier.cc b/src/compiler/verifier.cc |
index ac89c39ecede06974299d9544cea3ad36841aab3..300c669163ca5a733f59a9dbb5059d09f9c24ee2 100644 |
--- a/src/compiler/verifier.cc |
+++ b/src/compiler/verifier.cc |
@@ -958,6 +958,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: |