| Index: sdk/lib/_internal/compiler/implementation/ssa/nodes.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/ssa/nodes.dart (revision 23214)
|
| +++ sdk/lib/_internal/compiler/implementation/ssa/nodes.dart (working copy)
|
| @@ -838,6 +838,7 @@
|
| bool isNumberOrNull() => instructionType.isNumberOrNull();
|
| bool isString() => instructionType.isString();
|
| bool isPrimitive() => instructionType.isPrimitive();
|
| + bool isNull() => instructionType.isNull();
|
| bool canBeNull() => instructionType.canBeNull();
|
| bool canBePrimitive(Compiler compiler) =>
|
| instructionType.canBePrimitive(compiler);
|
|
|