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 8773273c9007122ecffddb372dd168edfd728f9e..ac09c62dea9b76bf96e89d0fdf152ac95900c823 100644 |
--- a/src/compiler/ppc/instruction-selector-ppc.cc |
+++ b/src/compiler/ppc/instruction-selector-ppc.cc |
@@ -974,7 +974,7 @@ void InstructionSelector::VisitRoundInt64ToFloat64(Node* node) { |
void InstructionSelector::VisitRoundUint64ToFloat64(Node* node) { |
- UNIMPLEMENTED(); |
+ VisitRR(this, kPPC_Uint64ToDouble, node); |
} |
#endif |