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 832a360402cbdc9613f9f2bbc7b31d77511716d6..1547c0f770fca998e6d0dd5963b63ce3bc5a3c0b 100644 |
--- a/src/compiler/ppc/instruction-selector-ppc.cc |
+++ b/src/compiler/ppc/instruction-selector-ppc.cc |
@@ -933,7 +933,7 @@ void InstructionSelector::VisitChangeFloat64ToInt64(Node* node) { |
void InstructionSelector::VisitTruncateFloat64ToUint64(Node* node) { |
- UNIMPLEMENTED(); |
+ VisitRR(this, kPPC_DoubleToUint64, node); |
} |