| Index: pkg/compiler/lib/src/cps_ir/cps_ir_nodes.dart
|
| diff --git a/pkg/compiler/lib/src/cps_ir/cps_ir_nodes.dart b/pkg/compiler/lib/src/cps_ir/cps_ir_nodes.dart
|
| index fa33169e49131d1bb5d9a976f7a9d912d7e48672..35837ad03747af56c2ecae398afb008a0f385975 100644
|
| --- a/pkg/compiler/lib/src/cps_ir/cps_ir_nodes.dart
|
| +++ b/pkg/compiler/lib/src/cps_ir/cps_ir_nodes.dart
|
| @@ -616,7 +616,7 @@ class GetField extends Primitive {
|
| final Reference<Primitive> object;
|
| FieldElement field;
|
|
|
| - /// True if the receiver is known not to be null.
|
| + /// True if the object is known not to be null.
|
| // TODO(asgerf): This is a placeholder until we agree on how to track
|
| // side effects.
|
| bool objectIsNotNull = false;
|
|
|