| 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 4bae7de618247d09c78626fde586b6063623092d..5fe66064e3dd0d29f207e1ea37bb9fd399ea390c 100644
|
| --- a/pkg/compiler/lib/src/js_backend/codegen/task.dart
|
| +++ b/pkg/compiler/lib/src/js_backend/codegen/task.dart
|
| @@ -185,7 +185,6 @@ class CpsFunctionCompiler implements FunctionCompiler {
|
| applyCpsPass(new RedundantJoinEliminator(), cpsFunction);
|
| applyCpsPass(new RedundantPhiEliminator(), cpsFunction);
|
| applyCpsPass(new ShrinkingReducer(), cpsFunction);
|
| - applyCpsPass(new LoopInvariantCodeMotion(), cpsFunction);
|
| applyCpsPass(new ShareInterceptors(), cpsFunction);
|
| applyCpsPass(new ShrinkingReducer(), cpsFunction);
|
|
|
|
|