| Index: runtime/vm/flow_graph_allocator.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_allocator.cc (revision 43198)
|
| +++ runtime/vm/flow_graph_allocator.cc (working copy)
|
| @@ -2919,7 +2919,7 @@
|
| }
|
|
|
| if (FLAG_print_ssa_liveranges) {
|
| - const Function& function = flow_graph_.parsed_function()->function();
|
| + const Function& function = flow_graph_.function();
|
|
|
| OS::Print("-- [before ssa allocator] ranges [%s] ---------\n",
|
| function.ToFullyQualifiedCString());
|
| @@ -2960,7 +2960,7 @@
|
| entry->set_spill_slot_count(cpu_spill_slot_count_ + double_spill_slot_count);
|
|
|
| if (FLAG_print_ssa_liveranges) {
|
| - const Function& function = flow_graph_.parsed_function()->function();
|
| + const Function& function = flow_graph_.function();
|
|
|
| OS::Print("-- [after ssa allocator] ranges [%s] ---------\n",
|
| function.ToFullyQualifiedCString());
|
|
|