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 567c3e2e8281419a54df5ff22a36bb271ce909c2..dd81d8510b7a0c53520be9c42a508cbbd35c8d56 100644 |
--- a/src/compiler/ppc/instruction-selector-ppc.cc |
+++ b/src/compiler/ppc/instruction-selector-ppc.cc |
@@ -1071,6 +1071,9 @@ void InstructionSelector::VisitChangeFloat64ToUint32(Node* node) { |
VisitRR(this, kPPC_DoubleToUint32, node); |
} |
+void InstructionSelector::VisitTruncateFloat64ToUint32(Node* node) { |
+ VisitRR(this, kPPC_DoubleToUint32, node); |
+} |
#if V8_TARGET_ARCH_PPC64 |
void InstructionSelector::VisitTryTruncateFloat32ToInt64(Node* node) { |