Chromium Code Reviews| Index: runtime/vm/flow_graph_allocator.cc |
| =================================================================== |
| --- runtime/vm/flow_graph_allocator.cc (revision 31159) |
| +++ runtime/vm/flow_graph_allocator.cc (working copy) |
| @@ -122,6 +122,7 @@ |
| } |
| // Handle uses. |
| + current->InitializeLocationSummary(true); // Optimizing. |
| LocationSummary* locs = current->locs(); |
| ASSERT(locs->input_count() == current->InputCount()); |
| for (intptr_t j = 0; j < current->InputCount(); j++) { |