Index: src/compiler/typer.cc |
diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc |
index 04e0b5af62e5271624e52d06cbd238b9277d57f1..1e8d64af0e7d3bced34115b23b4c4f11fa2e8821 100644 |
--- a/src/compiler/typer.cc |
+++ b/src/compiler/typer.cc |
@@ -725,6 +725,11 @@ Type* Typer::Visitor::TypeLoopExitEffect(Node* node) { |
return nullptr; |
} |
+Type* Typer::Visitor::TypeTransitionElementsKind(Node* node) { |
+ UNREACHABLE(); |
+ return nullptr; |
+} |
+ |
Type* Typer::Visitor::TypeCheckpoint(Node* node) { |
UNREACHABLE(); |
return nullptr; |