Index: src/compiler/verifier.cc |
diff --git a/src/compiler/verifier.cc b/src/compiler/verifier.cc |
index 279f241149775543dde69db2ffa20fe9d9481cd3..3be2850a4e850f6b753aa6bc65ea232c920ea494 100644 |
--- a/src/compiler/verifier.cc |
+++ b/src/compiler/verifier.cc |
@@ -902,6 +902,7 @@ void Verifier::Visitor::Check(Node* node) { |
case IrOpcode::kBitcastFloat64ToInt64: |
case IrOpcode::kBitcastInt32ToFloat32: |
case IrOpcode::kBitcastInt64ToFloat64: |
+ case IrOpcode::kChangeFloat64ToInt64: |
case IrOpcode::kChangeInt32ToInt64: |
case IrOpcode::kChangeUint32ToUint64: |
case IrOpcode::kChangeInt32ToFloat64: |