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..c1a023d36d5a89cbeaede977c8cb751bf2ce18e0 100644 |
--- a/src/compiler/mips64/instruction-selector-mips64.cc |
+++ b/src/compiler/mips64/instruction-selector-mips64.cc |
@@ -850,7 +850,7 @@ void InstructionSelector::VisitTruncateFloat32ToInt32(Node* node) { |
void InstructionSelector::VisitTruncateFloat32ToUint32(Node* node) { |
- UNIMPLEMENTED(); |
+ VisitRR(this, kMips64TruncUwS, node); |
} |