Index: runtime/vm/flow_graph_builder.h |
diff --git a/runtime/vm/flow_graph_builder.h b/runtime/vm/flow_graph_builder.h |
index 474bc4f89d9a1f2f96dc618be8399f9b92d1533c..977df17fc5d73d6125be337ddede705796d68107 100644 |
--- a/runtime/vm/flow_graph_builder.h |
+++ b/runtime/vm/flow_graph_builder.h |
@@ -140,6 +140,10 @@ class FlowGraphBuilder : public ValueObject { |
void AddCatchEntry(CatchBlockEntryInstr* entry); |
+ GraphEntryInstr* graph_entry() const { |
+ return graph_entry_; |
+ } |
+ |
intptr_t num_copied_params() const { |
return num_copied_params_; |
} |