| Index: pkg/compiler/lib/src/ssa/interceptor_simplifier.dart
|
| diff --git a/pkg/compiler/lib/src/ssa/interceptor_simplifier.dart b/pkg/compiler/lib/src/ssa/interceptor_simplifier.dart
|
| index 1777d961666c6a23f5f3676f6d6d92c2f586286e..3249c313357fdb6f353367c70c68989ffc902d1f 100644
|
| --- a/pkg/compiler/lib/src/ssa/interceptor_simplifier.dart
|
| +++ b/pkg/compiler/lib/src/ssa/interceptor_simplifier.dart
|
| @@ -2,7 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -import '../common/codegen.dart' show CodegenRegistry, CodegenWorkItem;
|
| +import '../common/codegen.dart' show CodegenWorkItem;
|
| import '../compiler.dart' show Compiler;
|
| import '../constants/constant_system.dart';
|
| import '../constants/values.dart';
|
| @@ -11,8 +11,7 @@ import '../js_backend/backend_helpers.dart' show BackendHelpers;
|
| import '../js_backend/js_backend.dart';
|
| import '../types/types.dart';
|
| import '../universe/selector.dart' show Selector;
|
| -import '../world.dart' show ClassWorld, World;
|
| -
|
| +import '../world.dart' show ClassWorld;
|
| import 'nodes.dart';
|
| import 'optimize.dart';
|
|
|
|
|