| Index: pkg/compiler/lib/src/js_backend/codegen/task.dart
|
| diff --git a/pkg/compiler/lib/src/js_backend/codegen/task.dart b/pkg/compiler/lib/src/js_backend/codegen/task.dart
|
| index f6a8f101a5ad10d10d16599b402324c71a96d60b..7a1f4256268905a2f0225dc563acd1b3f8a47ccc 100644
|
| --- a/pkg/compiler/lib/src/js_backend/codegen/task.dart
|
| +++ b/pkg/compiler/lib/src/js_backend/codegen/task.dart
|
| @@ -274,7 +274,7 @@ class CpsFunctionCompiler implements FunctionCompiler {
|
|
|
| treeOptimizationTask.measure(() {
|
| applyTreePass(new StatementRewriter());
|
| - applyTreePass(new VariableMerger());
|
| + applyTreePass(new VariableMerger(minifying: compiler.enableMinification));
|
| applyTreePass(new LoopRewriter());
|
| applyTreePass(new LogicalRewriter());
|
| applyTreePass(new PullIntoInitializers());
|
|
|