Index: src/compiler/verifier.cc |
diff --git a/src/compiler/verifier.cc b/src/compiler/verifier.cc |
index cff4b682c5966a8c8120f8c13b5fc906493e8af0..cb6208da0c0b58964dcdc69a2837fda57e48ae3d 100644 |
--- a/src/compiler/verifier.cc |
+++ b/src/compiler/verifier.cc |
@@ -946,6 +946,7 @@ void Verifier::Visitor::Check(Node* node) { |
case IrOpcode::kFloat64ExtractHighWord32: |
case IrOpcode::kFloat64InsertLowWord32: |
case IrOpcode::kFloat64InsertHighWord32: |
+ case IrOpcode::kInt32PairAdd: |
case IrOpcode::kWord32PairShl: |
case IrOpcode::kWord32PairShr: |
case IrOpcode::kWord32PairSar: |