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 97978a84d38ef8d29b4e1d4ffc699ca561b1d194..6815871aa8d0d0a269f3c4af26d9a15da1f0489f 100644 |
--- a/src/compiler/ppc/instruction-selector-ppc.cc |
+++ b/src/compiler/ppc/instruction-selector-ppc.cc |
@@ -946,7 +946,7 @@ void InstructionSelector::VisitRoundInt32ToFloat32(Node* node) { |
void InstructionSelector::VisitRoundUint32ToFloat32(Node* node) { |
- UNIMPLEMENTED(); |
+ VisitRR(this, kPPC_Uint32ToFloat32, node); |
} |