Chromium Code Reviews| Index: src/compiler/typer.cc |
| diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc |
| index 6778c8d3b3a8e4e8207f9cf65013663447f9f9bd..2a9f3bfad8d748d6eb27bc77ea037e2566737d0e 100644 |
| --- a/src/compiler/typer.cc |
| +++ b/src/compiler/typer.cc |
| @@ -2441,6 +2441,7 @@ Type* Typer::Visitor::TypeCheckedStore(Node* node) { |
| return nullptr; |
| } |
| +Type* Typer::Visitor::TypeWord32PairShl(Node* node) { return Type::Internal(); } |
| // Heap constants. |