Chromium Code Reviews| Index: runtime/vm/compiler.cc |
| =================================================================== |
| --- runtime/vm/compiler.cc (revision 35967) |
| +++ runtime/vm/compiler.cc (working copy) |
| @@ -489,6 +489,8 @@ |
| // amount of materializations it has to perform. |
| optimizer.EliminateEnvironments(); |
| + DeadCodeElimination::EliminateDeadPhis(flow_graph); |
| + |
| // Attempt to sink allocations of temporary non-escaping objects to |
| // the deoptimization path. |
| AllocationSinking* sinking = NULL; |