Index: src/compiler/verifier.cc |
diff --git a/src/compiler/verifier.cc b/src/compiler/verifier.cc |
index b5f68d488b90a2b4234c93ac01d7e78774a104ba..03ceaaa7b8174e3a5f1eed4819241e5ba7727c7b 100644 |
--- a/src/compiler/verifier.cc |
+++ b/src/compiler/verifier.cc |
@@ -948,6 +948,7 @@ void Verifier::Visitor::Check(Node* node) { |
case IrOpcode::kCheckedInt32Mod: |
case IrOpcode::kCheckedUint32Div: |
case IrOpcode::kCheckedUint32Mod: |
+ case IrOpcode::kCheckedInt32Mul: |
case IrOpcode::kCheckedUint32ToInt32: |
case IrOpcode::kCheckedFloat64ToInt32: |
case IrOpcode::kCheckedTaggedToInt32: |