Index: src/compiler/arm/instruction-selector-arm.cc |
diff --git a/src/compiler/arm/instruction-selector-arm.cc b/src/compiler/arm/instruction-selector-arm.cc |
index 7def9bd7979442e017e309cbec4ca176e9ad5d10..41892c8b3cec6d8f5c25ee58c1eef328a079123a 100644 |
--- a/src/compiler/arm/instruction-selector-arm.cc |
+++ b/src/compiler/arm/instruction-selector-arm.cc |
@@ -771,6 +771,10 @@ void InstructionSelector::VisitWord32Sar(Node* node) { |
void InstructionSelector::VisitWord32PairShl(Node* node) { UNIMPLEMENTED(); } |
+void InstructionSelector::VisitWord32PairShr(Node* node) { UNIMPLEMENTED(); } |
+ |
+void InstructionSelector::VisitWord32PairSar(Node* node) { UNIMPLEMENTED(); } |
+ |
void InstructionSelector::VisitWord32Ror(Node* node) { |
VisitShift(this, node, TryMatchROR); |
} |