Chromium Code Reviews| Index: runtime/vm/compiler.cc |
| =================================================================== |
| --- runtime/vm/compiler.cc (revision 11114) |
| +++ runtime/vm/compiler.cc (working copy) |
| @@ -186,7 +186,6 @@ |
| FlowGraphTypePropagator propagator(*flow_graph); |
| propagator.PropagateTypes(); |
| - |
| // Do optimizations that depend on the propagated type information. |
| optimizer.OptimizeComputations(); |