Chromium Code Reviews| Index: runtime/vm/compiler.cc |
| =================================================================== |
| --- runtime/vm/compiler.cc (revision 42165) |
| +++ runtime/vm/compiler.cc (working copy) |
| @@ -639,6 +639,9 @@ |
| } |
| DEBUG_ASSERT(flow_graph->VerifyUseLists()); |
| + DeadCodeElimination::EliminateDeadPhis(flow_graph); |
| + DEBUG_ASSERT(flow_graph->VerifyUseLists()); |
| + |
| // Ensure that all phis inserted by optimization passes have consistent |
| // representations. |
| optimizer.SelectRepresentations(); |