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 079d5d202668c4c6a3ee00057245b2208af458a1..b923ac7fa0dc9d6bcc9bce8348bb9a7bc6fff8a8 100644 |
--- a/src/compiler/x87/instruction-selector-x87.cc |
+++ b/src/compiler/x87/instruction-selector-x87.cc |
@@ -539,6 +539,7 @@ void InstructionSelector::VisitWord32Sar(Node* node) { |
VisitShift(this, node, kX87Sar); |
} |
+void InstructionSelector::VisitWasmWord64Shl(Node* node) { UNIMPLEMENTED(); } |
void InstructionSelector::VisitWord32Ror(Node* node) { |
VisitShift(this, node, kX87Ror); |