| Index: src/compiler/typer.cc
|
| diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc
|
| index 2a9f3bfad8d748d6eb27bc77ea037e2566737d0e..2477acb210745e9c9c32a4513a2225deb9abb6a3 100644
|
| --- a/src/compiler/typer.cc
|
| +++ b/src/compiler/typer.cc
|
| @@ -2443,6 +2443,10 @@ Type* Typer::Visitor::TypeCheckedStore(Node* node) {
|
|
|
| Type* Typer::Visitor::TypeWord32PairShl(Node* node) { return Type::Internal(); }
|
|
|
| +Type* Typer::Visitor::TypeWord32PairShr(Node* node) { return Type::Internal(); }
|
| +
|
| +Type* Typer::Visitor::TypeWord32PairSar(Node* node) { return Type::Internal(); }
|
| +
|
| // Heap constants.
|
|
|
|
|
|
|