| Index: src/compiler/typer.cc
|
| diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc
|
| index 946c6064a0979dbacb89b8f663eb140a969ba30a..3973797aa144c8703f562db7c32f253df297a43d 100644
|
| --- a/src/compiler/typer.cc
|
| +++ b/src/compiler/typer.cc
|
| @@ -2521,6 +2521,7 @@ Type* Typer::Visitor::TypeLoadParentFramePointer(Node* node) {
|
|
|
| Type* Typer::Visitor::TypeCheckedLoad(Node* node) { return Type::Any(); }
|
|
|
| +Type* Typer::Visitor::TypeAtomicLoad(Node* node) { return Type::Any(); }
|
|
|
| Type* Typer::Visitor::TypeCheckedStore(Node* node) {
|
| UNREACHABLE();
|
|
|