| Index: lib/compiler/implementation/ssa/nodes.dart
|
| diff --git a/lib/compiler/implementation/ssa/nodes.dart b/lib/compiler/implementation/ssa/nodes.dart
|
| index ba7eaf346de62395eb3a9238079700cede633aed..f657bfcc4bbc28b8987838ea9aa22b6a44f0942a 100644
|
| --- a/lib/compiler/implementation/ssa/nodes.dart
|
| +++ b/lib/compiler/implementation/ssa/nodes.dart
|
| @@ -770,6 +770,7 @@ class HInstruction implements Hashable {
|
| bool isIndexablePrimitive() => propagatedType.isIndexablePrimitive();
|
| bool isPrimitive() => propagatedType.isPrimitive();
|
| bool canBePrimitive() => propagatedType.canBePrimitive();
|
| + bool canBeNull() => propagatedType.canBeNull();
|
|
|
| /**
|
| * This is the type the instruction is guaranteed to have. It does not
|
|
|