Index: src/compiler/mips64/instruction-selector-mips64.cc |
diff --git a/src/compiler/mips64/instruction-selector-mips64.cc b/src/compiler/mips64/instruction-selector-mips64.cc |
index 2e1d40f0f507df237734d60ffdf11813dc95c078..7272d753bd42d4594ea779ab175241472ae081fe 100644 |
--- a/src/compiler/mips64/instruction-selector-mips64.cc |
+++ b/src/compiler/mips64/instruction-selector-mips64.cc |
@@ -830,7 +830,7 @@ void InstructionSelector::VisitRoundInt32ToFloat32(Node* node) { |
void InstructionSelector::VisitRoundUint32ToFloat32(Node* node) { |
- UNIMPLEMENTED(); |
+ VisitRR(this, kMips64CvtSUw, node); |
} |