| 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 6e0619bc044ae3a8c74d8fc0dcd3058f30cb63c1..89f48ea67ffb6a18407b0858d7dbb50c279687f8 100644
|
| --- a/pkg/compiler/lib/src/js_backend/codegen/task.dart
|
| +++ b/pkg/compiler/lib/src/js_backend/codegen/task.dart
|
| @@ -281,6 +281,7 @@ class CpsFunctionCompiler implements FunctionCompiler {
|
| applyCpsPass(new LoopInvariantBranchMotion(), cpsFunction);
|
| applyCpsPass(new ShrinkingReducer(), cpsFunction);
|
| applyCpsPass(new ScalarReplacer(compiler), cpsFunction);
|
| + applyCpsPass(new UseFieldInitializers(backend), cpsFunction);
|
| applyCpsPass(new MutableVariableEliminator(), cpsFunction);
|
| applyCpsPass(new RedundantJoinEliminator(), cpsFunction);
|
| applyCpsPass(new RedundantPhiEliminator(), cpsFunction);
|
|
|