Index: src/compiler/ppc/instruction-selector-ppc.cc |
diff --git a/src/compiler/ppc/instruction-selector-ppc.cc b/src/compiler/ppc/instruction-selector-ppc.cc |
index affe192370266d190c498288e14942764c86063d..7e8395a59a97713ff07187ee912dab65f41fcb93 100644 |
--- a/src/compiler/ppc/instruction-selector-ppc.cc |
+++ b/src/compiler/ppc/instruction-selector-ppc.cc |
@@ -938,7 +938,7 @@ void InstructionSelector::VisitTruncateFloat64ToInt64(Node* node) { |
void InstructionSelector::VisitTruncateFloat32ToUint64(Node* node) { |
- UNIMPLEMENTED(); |
+ VisitRR(this, kPPC_DoubleToUint64, node); |
} |