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