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