| Index: runtime/vm/compiler.cc
|
| ===================================================================
|
| --- runtime/vm/compiler.cc (revision 22613)
|
| +++ runtime/vm/compiler.cc (working copy)
|
| @@ -295,6 +295,9 @@
|
| DEBUG_ASSERT(flow_graph->VerifyUseLists());
|
| }
|
|
|
| + // Optimize try-blocks.
|
| + TryCatchAnalyzer::Optimize(flow_graph);
|
| +
|
| // Detach environments from the instructions that can't deoptimize.
|
| // Do it before we attempt to perform allocation sinking to minimize
|
| // amount of materializations it has to perform.
|
|
|