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 15e6b86402b314620b882a6277b65a5c070b8385..28e5526926a9626bc22b56f702517e6ee9ae55ef 100644 |
--- a/src/compiler/ppc/instruction-selector-ppc.cc |
+++ b/src/compiler/ppc/instruction-selector-ppc.cc |
@@ -891,6 +891,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); |