Index: src/compiler/ia32/instruction-selector-ia32.cc |
diff --git a/src/compiler/ia32/instruction-selector-ia32.cc b/src/compiler/ia32/instruction-selector-ia32.cc |
index ed387fb2d727d6f4c47b15f57680857589f6e405..697eb12ff57e78a5f91fe91aa2eab65c9c12cc1a 100644 |
--- a/src/compiler/ia32/instruction-selector-ia32.cc |
+++ b/src/compiler/ia32/instruction-selector-ia32.cc |
@@ -733,6 +733,9 @@ void InstructionSelector::VisitWord32Ctz(Node* node) { |
void InstructionSelector::VisitWord32ReverseBits(Node* node) { UNREACHABLE(); } |
+void InstructionSelector::VisitWord64ReverseBytes(Node* node) { UNREACHABLE(); } |
+ |
+void InstructionSelector::VisitWord32ReverseBytes(Node* node) { UNREACHABLE(); } |
void InstructionSelector::VisitWord32Popcnt(Node* node) { |
IA32OperandGenerator g(this); |