| Index: runtime/vm/flow_graph_builder.h
|
| diff --git a/runtime/vm/flow_graph_builder.h b/runtime/vm/flow_graph_builder.h
|
| index 276164582c04881b9bb8f42eb1215490ca8af8ee..f1e98eaee891a234c3fb2cb184cc09fe2c95c7b2 100644
|
| --- a/runtime/vm/flow_graph_builder.h
|
| +++ b/runtime/vm/flow_graph_builder.h
|
| @@ -42,6 +42,10 @@ class FlowGraphBuilder: public ValueObject {
|
|
|
| void AddCatchEntry(TargetEntryInstr* entry);
|
|
|
| + intptr_t current_ssa_temp_index() const {
|
| + return current_ssa_temp_index_;
|
| + }
|
| +
|
| private:
|
| void ComputeDominators(GrowableArray<BlockEntryInstr*>* preorder,
|
| GrowableArray<intptr_t>* parent,
|
|
|