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