Chromium Code Reviews| Index: runtime/vm/compiler.cc |
| =================================================================== |
| --- runtime/vm/compiler.cc (revision 12311) |
| +++ runtime/vm/compiler.cc (working copy) |
| @@ -197,7 +197,7 @@ |
| } |
| // Propagate types and eliminate more type tests. |
| - FlowGraphTypePropagator propagator(*flow_graph); |
| + FlowGraphTypePropagator propagator(flow_graph); |
| propagator.PropagateTypes(); |
| // Verify that the use lists are still valid. |