Index: src/compiler/typer.cc |
diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc |
index 503589289c77a6c7d762f60413f5fc2cb834fe32..b6ad29713277d9cd25cbf3cebe12a387ad2cc6b1 100644 |
--- a/src/compiler/typer.cc |
+++ b/src/compiler/typer.cc |
@@ -2080,7 +2080,7 @@ Type* Typer::Visitor::TypeChangeFloat64ToUint32(Node* node) { |
} |
-Type* Typer::Visitor::TypeChangeFloat64ToInt64(Node* node) { |
+Type* Typer::Visitor::TypeTruncateFloat64ToInt64(Node* node) { |
return Type::Internal(); |
} |