Chromium Code Reviews| Index: runtime/vm/block_scheduler.cc |
| =================================================================== |
| --- runtime/vm/block_scheduler.cc (revision 36623) |
| +++ runtime/vm/block_scheduler.cc (working copy) |
| @@ -58,8 +58,7 @@ |
| void BlockScheduler::AssignEdgeWeights() const { |
| - const Code& unoptimized_code = Code::Handle( |
| - flow_graph()->parsed_function().code()); |
| + const Code& unoptimized_code = flow_graph()->parsed_function().code(); |
| ASSERT(!unoptimized_code.IsNull()); |
| intptr_t entry_count = |