| 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 8d5e08f9d094d9a0c8d614a7964dc20ff2c2fe7a..1d039e82bc12721d30c51ad8e2c09ddd0c6bb928 100644
|
| --- a/pkg/compiler/lib/src/ssa/interceptor_simplifier.dart
|
| +++ b/pkg/compiler/lib/src/ssa/interceptor_simplifier.dart
|
| @@ -2,7 +2,19 @@
|
| // 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.
|
|
|
| -part of ssa;
|
| +import '../common/codegen.dart' show CodegenRegistry, CodegenWorkItem;
|
| +import '../compiler.dart' show Compiler;
|
| +import '../constants/constant_system.dart';
|
| +import '../constants/values.dart';
|
| +import '../elements/elements.dart';
|
| +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 'nodes.dart';
|
| +import 'optimize.dart';
|
|
|
| /**
|
| * This phase simplifies interceptors in multiple ways:
|
|
|