Index: src/compiler/js-typed-lowering.h |
diff --git a/src/compiler/js-typed-lowering.h b/src/compiler/js-typed-lowering.h |
index f4298a04ba675f8e10f31e6b42d57f61dc71f779..e7935838820371d17bd4fe158faf0daf50e4ee7b 100644 |
--- a/src/compiler/js-typed-lowering.h |
+++ b/src/compiler/js-typed-lowering.h |
@@ -87,6 +87,8 @@ class JSTypedLowering final : public AdvancedReducer { |
Node* Word32Shl(Node* const lhs, int32_t const rhs); |
+ Node* EmptyFrameState(); |
+ |
Factory* factory() const; |
Graph* graph() const; |
JSGraph* jsgraph() const { return jsgraph_; } |