| Index: pkg/compiler/lib/src/tree_ir/optimization/logical_rewriter.dart
|
| diff --git a/pkg/compiler/lib/src/tree_ir/optimization/logical_rewriter.dart b/pkg/compiler/lib/src/tree_ir/optimization/logical_rewriter.dart
|
| index a34e87fd9de8751d76839a53854f935c62be0e7e..79dbf619d8dadca6e1b64d64dd78b1247850e157 100644
|
| --- a/pkg/compiler/lib/src/tree_ir/optimization/logical_rewriter.dart
|
| +++ b/pkg/compiler/lib/src/tree_ir/optimization/logical_rewriter.dart
|
| @@ -55,6 +55,7 @@ part of tree_ir.optimization;
|
| /// x && y (double negation removed by [putInBooleanContext])
|
| ///
|
| class LogicalRewriter extends Visitor<Statement, Expression> with PassMixin {
|
| + String get passName => 'Logical rewriter';
|
|
|
| /// Statement to be executed next by natural fallthrough. Although fallthrough
|
| /// is not introduced in this phase, we need to reason about fallthrough when
|
|
|