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 e89506262489db0fa0565240426396571f22d73a..462d28d5eb8145559952e11bc1dd841959590cae 100644 |
--- a/src/compiler/ppc/instruction-selector-ppc.cc |
+++ b/src/compiler/ppc/instruction-selector-ppc.cc |
@@ -866,6 +866,9 @@ void InstructionSelector::VisitInt64Add(Node* node) { |
} |
#endif |
+#if !V8_TARGET_ARCH_PPC64 |
+void InstructionSelector::VisitInt32AddPair(Node* node) { UNIMPLEMENTED(); } |
+#endif |
void InstructionSelector::VisitInt32Sub(Node* node) { |
PPCOperandGenerator g(this); |