Chromium Code Reviews| Index: runtime/vm/compiler.cc |
| =================================================================== |
| --- runtime/vm/compiler.cc (revision 22436) |
| +++ runtime/vm/compiler.cc (working copy) |
| @@ -302,6 +302,9 @@ |
| } |
| DEBUG_ASSERT(flow_graph->VerifyUseLists()); |
| + // Optimize try-blocks. |
| + optimizer.AnalyzeTryCatch(); |
| + |
| // Perform register allocation on the SSA graph. |
| FlowGraphAllocator allocator(*flow_graph); |
| allocator.AllocateRegisters(); |