| Index: lib/compiler/implementation/ssa/tracer.dart
|
| diff --git a/lib/compiler/implementation/ssa/tracer.dart b/lib/compiler/implementation/ssa/tracer.dart
|
| index 89b90381fd674add82e67eeb420282ab337f3a8f..78e0d493995be5a9a93be8f6546fc282336684ca 100644
|
| --- a/lib/compiler/implementation/ssa/tracer.dart
|
| +++ b/lib/compiler/implementation/ssa/tracer.dart
|
| @@ -181,6 +181,7 @@ class HInstructionStringifier implements HVisitor<String> {
|
| case HType.UNKNOWN: prefix = 'v'; break;
|
| case HType.CONFLICTING: prefix = 'c'; break;
|
| case HType.INDEXABLE_PRIMITIVE: prefix = 'r'; break;
|
| + case HType.NULL: prefix = 'u'; break;
|
| default: unreachable();
|
| }
|
| }
|
|
|