| Index: runtime/vm/compiler.cc
|
| diff --git a/runtime/vm/compiler.cc b/runtime/vm/compiler.cc
|
| index 747f9328cdf2415556724dfc8766ece9ff78bead..9eb09834ecea0726feb4b96c9116a2e607d93ce2 100644
|
| --- a/runtime/vm/compiler.cc
|
| +++ b/runtime/vm/compiler.cc
|
| @@ -962,10 +962,6 @@ RawCode* CompileParsedFunctionHelper::Compile(CompilationPipeline* pipeline) {
|
| {
|
| NOT_IN_PRODUCT(TimelineDurationScope tds2(
|
| thread(), compiler_timeline, "CommonSubexpressionElinination"));
|
| - if (FLAG_common_subexpression_elimination ||
|
| - FLAG_loop_invariant_code_motion) {
|
| - flow_graph->ComputeBlockEffects();
|
| - }
|
|
|
| if (FLAG_common_subexpression_elimination) {
|
| if (DominatorBasedCSE::Optimize(flow_graph)) {
|
|
|