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