| Index: src/compiler/verifier.cc
|
| diff --git a/src/compiler/verifier.cc b/src/compiler/verifier.cc
|
| index 5e1eae685694f7a621ba3a4b13c96570649298d3..c438945f3b3dcbbb4da2697e44ae06ad92cea89c 100644
|
| --- a/src/compiler/verifier.cc
|
| +++ b/src/compiler/verifier.cc
|
| @@ -890,6 +890,7 @@ void Verifier::Visitor::Check(Node* node) {
|
| case IrOpcode::kRoundInt64ToFloat32:
|
| case IrOpcode::kRoundInt64ToFloat64:
|
| case IrOpcode::kRoundUint64ToFloat64:
|
| + case IrOpcode::kRoundUint64ToFloat32:
|
| case IrOpcode::kTruncateFloat64ToFloat32:
|
| case IrOpcode::kTruncateFloat64ToInt32:
|
| case IrOpcode::kBitcastFloat32ToInt32:
|
|
|