Chromium Code Reviews| Index: runtime/vm/flow_graph.cc |
| =================================================================== |
| --- runtime/vm/flow_graph.cc (revision 27611) |
| +++ runtime/vm/flow_graph.cc (working copy) |
| @@ -24,6 +24,7 @@ |
| : parent_(), |
| current_ssa_temp_index_(0), |
| max_block_id_(max_block_id), |
| + builder_(builder), |
| parsed_function_(*builder.parsed_function()), |
| num_copied_params_(builder.num_copied_params()), |
| num_non_copied_params_(builder.num_non_copied_params()), |