| Index: pkg/compiler/lib/src/cps_ir/type_propagation.dart
|
| diff --git a/pkg/compiler/lib/src/cps_ir/type_propagation.dart b/pkg/compiler/lib/src/cps_ir/type_propagation.dart
|
| index 05a43c7f4cfc16f787d42ee38130b012b63ab732..e02b9bdda0a6aa067499d9020848e6a176f04c33 100644
|
| --- a/pkg/compiler/lib/src/cps_ir/type_propagation.dart
|
| +++ b/pkg/compiler/lib/src/cps_ir/type_propagation.dart
|
| @@ -93,6 +93,8 @@ class TypeMaskSystem implements TypeSystem<TypeMask> {
|
| * by Wegman, Zadeck.
|
| */
|
| class TypePropagator<T> extends PassMixin {
|
| + String get passName => 'Sparse constant propagation';
|
| +
|
| final types.DartTypes _dartTypes;
|
|
|
| // The constant system is used for evaluation of expressions with constant
|
|
|