| Index: src/compiler/verifier.cc
|
| diff --git a/src/compiler/verifier.cc b/src/compiler/verifier.cc
|
| index 89dd611770687d84b6e613679573418db5c26cc9..a8eaafc3fc8a5af4bc12f3c3902e80d1a08f7c85 100644
|
| --- a/src/compiler/verifier.cc
|
| +++ b/src/compiler/verifier.cc
|
| @@ -875,6 +875,7 @@ void Verifier::Visitor::Check(Node* node) {
|
| case IrOpcode::kFloat64LessThan:
|
| case IrOpcode::kFloat64LessThanOrEqual:
|
| case IrOpcode::kTruncateInt64ToInt32:
|
| + case IrOpcode::kChangeInt64ToFloat64:
|
| case IrOpcode::kTruncateFloat64ToFloat32:
|
| case IrOpcode::kTruncateFloat64ToInt32:
|
| case IrOpcode::kBitcastFloat32ToInt32:
|
|
|