| Index: pkg/compiler/lib/src/cps_ir/bounds_checker.dart
|
| diff --git a/pkg/compiler/lib/src/cps_ir/bounds_checker.dart b/pkg/compiler/lib/src/cps_ir/bounds_checker.dart
|
| index b4ca8e12dd6b4a30696ec6f7ff8dfd5b1e9f04bf..ee5adecc091d4156f3e1e9009feafc709ffffb96 100644
|
| --- a/pkg/compiler/lib/src/cps_ir/bounds_checker.dart
|
| +++ b/pkg/compiler/lib/src/cps_ir/bounds_checker.dart
|
| @@ -4,16 +4,16 @@
|
|
|
| library dart2js.cps_ir.bounds_checker;
|
|
|
| -import 'cps_ir_nodes.dart';
|
| -import 'optimizers.dart' show Pass;
|
| -import 'octagon.dart';
|
| import '../constants/values.dart';
|
| -import 'cps_fragment.dart';
|
| -import 'type_mask_system.dart';
|
| import '../types/types.dart';
|
| import '../world.dart';
|
| -import 'loop_effects.dart';
|
| +import 'cps_fragment.dart';
|
| +import 'cps_ir_nodes.dart';
|
| import 'effects.dart';
|
| +import 'loop_effects.dart';
|
| +import 'octagon.dart';
|
| +import 'optimizers.dart' show Pass;
|
| +import 'type_mask_system.dart';
|
|
|
| /// Eliminates bounds checks when they can be proven safe.
|
| ///
|
|
|