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 ac09c62dea9b76bf96e89d0fdf152ac95900c823..e728c12d0f3d875df484b0d1e51ccbbe4edca099 100644 |
--- a/src/compiler/ppc/instruction-selector-ppc.cc |
+++ b/src/compiler/ppc/instruction-selector-ppc.cc |
@@ -973,6 +973,11 @@ void InstructionSelector::VisitRoundInt64ToFloat64(Node* node) { |
} |
+void InstructionSelector::VisitRoundUint64ToFloat32(Node* node) { |
+ VisitRR(this, kPPC_Uint64ToFloat32, node); |
+} |
+ |
+ |
void InstructionSelector::VisitRoundUint64ToFloat64(Node* node) { |
VisitRR(this, kPPC_Uint64ToDouble, node); |
} |