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 792d1d5a47e044bdcba913d094e0b429001c2516..f7a85d470dad3706bca6c7dcbc5a2302e8a6c78e 100644 |
--- a/src/compiler/ia32/instruction-selector-ia32.cc |
+++ b/src/compiler/ia32/instruction-selector-ia32.cc |
@@ -553,6 +553,9 @@ void InstructionSelector::VisitWord32Clz(Node* node) { |
} |
+void InstructionSelector::VisitWord32Ctz(Node* node) { UNREACHABLE(); } |
+ |
+ |
void InstructionSelector::VisitInt32Add(Node* node) { |
IA32OperandGenerator g(this); |