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