| Index: lib/compiler/implementation/ssa/types_propagation.dart
|
| diff --git a/lib/compiler/implementation/ssa/types_propagation.dart b/lib/compiler/implementation/ssa/types_propagation.dart
|
| index 54b69de6f46a96dca73440827d77972b4094a472..e4809c8776562d56018ebf041ff23434db778b85 100644
|
| --- a/lib/compiler/implementation/ssa/types_propagation.dart
|
| +++ b/lib/compiler/implementation/ssa/types_propagation.dart
|
| @@ -2,6 +2,8 @@
|
| // 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;
|
| +
|
| class SsaTypePropagator extends HGraphVisitor implements OptimizationPhase {
|
|
|
| final Map<int, HInstruction> workmap;
|
|
|