Chromium Code Reviews| Index: runtime/vm/flow_graph_builder.h |
| =================================================================== |
| --- runtime/vm/flow_graph_builder.h (revision 9469) |
| +++ runtime/vm/flow_graph_builder.h (working copy) |
| @@ -46,6 +46,10 @@ |
| return current_ssa_temp_index_; |
| } |
| + intptr_t alloc_ssa_temp_index() { |
| + return current_ssa_temp_index_++; |
| + } |
| + |
| private: |
| void ComputeDominators(GrowableArray<BlockEntryInstr*>* preorder, |
| GrowableArray<intptr_t>* parent, |