Index: src/compiler/x64/instruction-selector-x64.cc |
diff --git a/src/compiler/x64/instruction-selector-x64.cc b/src/compiler/x64/instruction-selector-x64.cc |
index 516a9a7691ca0d7c2ba9c33a47857bc07dec48e3..e67d67adac07d423de390e4810fa576dffc49804 100644 |
--- a/src/compiler/x64/instruction-selector-x64.cc |
+++ b/src/compiler/x64/instruction-selector-x64.cc |
@@ -578,6 +578,9 @@ void InstructionSelector::VisitWord32Clz(Node* node) { |
} |
+void InstructionSelector::VisitWord32Ctz(Node* node) { UNREACHABLE(); } |
titzer
2015/10/12 23:48:48
Can we go ahead and implement this on at least one
|
+ |
+ |
void InstructionSelector::VisitInt32Add(Node* node) { |
X64OperandGenerator g(this); |