| Index: src/compiler/typer.cc
|
| diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc
|
| index 656223c4a41d20885d1f28072ecd8f23fb8a613b..647adcacb32c2708521b2b2696f55d9ac7415ad2 100644
|
| --- a/src/compiler/typer.cc
|
| +++ b/src/compiler/typer.cc
|
| @@ -2112,6 +2112,11 @@ Type* Typer::Visitor::TypeTruncateFloat64ToInt64(Node* node) {
|
| }
|
|
|
|
|
| +Type* Typer::Visitor::TypeTruncateFloat32ToUint64(Node* node) {
|
| + return Type::Internal();
|
| +}
|
| +
|
| +
|
| Type* Typer::Visitor::TypeTruncateFloat64ToUint64(Node* node) {
|
| return Type::Internal();
|
| }
|
|
|