Index: src/compiler/bytecode-graph-builder.h |
diff --git a/src/compiler/bytecode-graph-builder.h b/src/compiler/bytecode-graph-builder.h |
index 9c22251e0f478a248cfc227d82d14e059937d43a..50af797aa1b5525c2bab36d64ec15bf1ceb62666 100644 |
--- a/src/compiler/bytecode-graph-builder.h |
+++ b/src/compiler/bytecode-graph-builder.h |
@@ -168,6 +168,9 @@ class BytecodeGraphBuilder { |
void MergeEnvironmentsOfForwardBranches(int source_offset); |
void BuildLoopHeaderForBackwardBranches(int source_offset); |
+ // Attaches a frame state to |node| for the entry to the function. |
+ void PrepareEntryFrameState(Node* node); |
+ |
// Growth increment for the temporary buffer used to construct input lists to |
// new nodes. |
static const int kInputBufferSizeIncrement = 64; |