| Index: pkg/compiler/lib/src/cps_ir/redundant_phi.dart
|
| diff --git a/pkg/compiler/lib/src/cps_ir/redundant_phi.dart b/pkg/compiler/lib/src/cps_ir/redundant_phi.dart
|
| index 25f4cef97171379a51d43cd313089eb054b7202c..e2f4ba96c853ea79716c4820dc094a96dd45b7a7 100644
|
| --- a/pkg/compiler/lib/src/cps_ir/redundant_phi.dart
|
| +++ b/pkg/compiler/lib/src/cps_ir/redundant_phi.dart
|
| @@ -23,6 +23,7 @@ class RedundantPhiEliminator extends RecursiveVisitor implements Pass {
|
| }
|
|
|
| void rewriteFieldDefinition(final FieldDefinition root) {
|
| + if (!root.hasInitializer) return;
|
| rewriteExecutableDefinition(root);
|
| }
|
|
|
|
|