Index: src/compiler/typer.cc |
diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc |
index 4eff814823bfa23e66c4f72828c7fa0474c149e4..b96b1397ef49b2a238b67766a34c2a0a3455aba1 100644 |
--- a/src/compiler/typer.cc |
+++ b/src/compiler/typer.cc |
@@ -1949,6 +1949,9 @@ Type* Typer::Visitor::TypeWord64Ror(Node* node) { return Type::Internal(); } |
Type* Typer::Visitor::TypeWord64Clz(Node* node) { return Type::Internal(); } |
+Type* Typer::Visitor::TypeWord64Ctz(Node* node) { return Type::Internal(); } |
+ |
+ |
Type* Typer::Visitor::TypeWord64Equal(Node* node) { return Type::Boolean(); } |