| Index: pkg/compiler/lib/src/ssa/value_set.dart
|
| diff --git a/pkg/compiler/lib/src/ssa/value_set.dart b/pkg/compiler/lib/src/ssa/value_set.dart
|
| index 07681b61ed4972c97ae919657fcab87a07665f63..6d7acc25ae9acfdc722b877d917f8cd89a486967 100644
|
| --- a/pkg/compiler/lib/src/ssa/value_set.dart
|
| +++ b/pkg/compiler/lib/src/ssa/value_set.dart
|
| @@ -2,7 +2,10 @@
|
| // 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 '../universe/side_effects.dart' show SideEffects;
|
| +
|
| +import 'nodes.dart';
|
| +
|
|
|
| class ValueSet {
|
| int size = 0;
|
|
|