| Index: runtime/vm/compiler.cc
|
| ===================================================================
|
| --- runtime/vm/compiler.cc (revision 10752)
|
| +++ runtime/vm/compiler.cc (working copy)
|
| @@ -171,7 +171,9 @@
|
| optimizer.ApplyICData();
|
|
|
| // Propagate types and eliminate more type tests.
|
| - FlowGraphTypePropagator propagator(parsed_function, block_order);
|
| + FlowGraphTypePropagator propagator(parsed_function,
|
| + block_order,
|
| + optimized && use_ssa);
|
| propagator.PropagateTypes();
|
|
|
| // Do optimizations that depend on the propagated type information.
|
|
|