| Index: src/compiler/verifier.cc
|
| diff --git a/src/compiler/verifier.cc b/src/compiler/verifier.cc
|
| index 2b4bb9d0928468eeb8cd515cb74a8bd6422811c3..d980fdc1da6479c54831f2637ce39ffd6c7edeed 100644
|
| --- a/src/compiler/verifier.cc
|
| +++ b/src/compiler/verifier.cc
|
| @@ -887,6 +887,7 @@ void Verifier::Visitor::Check(Node* node) {
|
| case IrOpcode::kTruncateInt64ToInt32:
|
| case IrOpcode::kRoundInt64ToFloat32:
|
| case IrOpcode::kRoundInt64ToFloat64:
|
| + case IrOpcode::kRoundUint64ToFloat64:
|
| case IrOpcode::kTruncateFloat64ToFloat32:
|
| case IrOpcode::kTruncateFloat64ToInt32:
|
| case IrOpcode::kBitcastFloat32ToInt32:
|
|
|