Index: src/compiler/x87/instruction-selector-x87.cc |
diff --git a/src/compiler/x87/instruction-selector-x87.cc b/src/compiler/x87/instruction-selector-x87.cc |
index a93906db550e28ccece487ce4621153c17148235..69b7e058c8b6e48b9cc685e3d34df19f82b14d1c 100644 |
--- a/src/compiler/x87/instruction-selector-x87.cc |
+++ b/src/compiler/x87/instruction-selector-x87.cc |
@@ -544,6 +544,8 @@ void InstructionSelector::VisitWord32Sar(Node* node) { |
VisitShift(this, node, kX87Sar); |
} |
+void InstructionSelector::VisitInt32PairAdd(Node* node) { UNIMPLEMENTED(); } |
+ |
void InstructionSelector::VisitWord32PairShl(Node* node) { |
X87OperandGenerator g(this); |