Index: src/compiler/typer.cc |
diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc |
index dafd3c95a128f317d0033d1d0b6aeb2e0441f0a2..4220a22ec754da5734b7db60731c11bcbc7e09ca 100644 |
--- a/src/compiler/typer.cc |
+++ b/src/compiler/typer.cc |
@@ -2283,6 +2283,11 @@ Bounds Typer::Visitor::TypeLoadStackPointer(Node* node) { |
} |
+Bounds Typer::Visitor::TypeLoadFramePointer(Node* node) { |
+ return Bounds(Type::Internal()); |
+} |
+ |
+ |
Bounds Typer::Visitor::TypeCheckedLoad(Node* node) { |
return Bounds::Unbounded(zone()); |
} |