| Index: pkg/compiler/lib/src/ssa/optimize.dart
|
| diff --git a/pkg/compiler/lib/src/ssa/optimize.dart b/pkg/compiler/lib/src/ssa/optimize.dart
|
| index 3a0b393a4a648092bf5a21f57e02fa79063bf51b..baccef58eb2f7943c7009aeafd1feab05cf6868a 100644
|
| --- a/pkg/compiler/lib/src/ssa/optimize.dart
|
| +++ b/pkg/compiler/lib/src/ssa/optimize.dart
|
| @@ -1030,7 +1030,7 @@ class SsaInstructionSimplifier extends HBaseVisitor
|
| // convention, but is not a call on an interceptor.
|
| HInstruction value = node.inputs.last;
|
| if (_options.enableTypeAssertions) {
|
| - // TODO(johnniwinther): Support field entities.
|
| + // TODO(redemption): Support field entities.
|
| FieldElement element = field;
|
| DartType type = element.type;
|
| if (!type.treatAsRaw ||
|
|
|