| Index: pkg/compiler/lib/src/ssa/loop_handler.dart
|
| diff --git a/pkg/compiler/lib/src/ssa/loop_handler.dart b/pkg/compiler/lib/src/ssa/loop_handler.dart
|
| index 570a5886689aace345ec1da32420d7d04e6fddca..f63e1496e9507cd295aef116f665442a0be4bf87 100644
|
| --- a/pkg/compiler/lib/src/ssa/loop_handler.dart
|
| +++ b/pkg/compiler/lib/src/ssa/loop_handler.dart
|
| @@ -4,7 +4,7 @@
|
|
|
| import 'package:kernel/ast.dart' as ir;
|
|
|
| -import '../closure.dart' show LoopClosureScope;
|
| +import '../closure.dart' show LoopScopeInClosure;
|
| import '../elements/jumps.dart';
|
| import '../io/source_information.dart';
|
| import '../tree/tree.dart' as ast;
|
| @@ -29,7 +29,7 @@ abstract class LoopHandler<T> {
|
| /// None of the functions must leave anything on the stack.
|
| void handleLoop(
|
| T loop,
|
| - LoopClosureScope loopClosureInfo,
|
| + LoopScopeInClosure loopClosureInfo,
|
| JumpTarget jumpTarget,
|
| void initialize(),
|
| HInstruction condition(),
|
|
|