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