| Index: lib/compiler/implementation/ssa/tracer.dart
|
| diff --git a/lib/compiler/implementation/ssa/tracer.dart b/lib/compiler/implementation/ssa/tracer.dart
|
| index 7d62e9852051431ec1398f9f4ec55804aaf3ed2f..364a7d80f3c31ff90c4227498cea7e17319d0326 100644
|
| --- a/lib/compiler/implementation/ssa/tracer.dart
|
| +++ b/lib/compiler/implementation/ssa/tracer.dart
|
| @@ -431,7 +431,7 @@ class HInstructionStringifier implements HVisitor<String> {
|
| }
|
|
|
| String visitIs(HIs node) {
|
| - String type = node.typeName.toString();
|
| + String type = node.typeExpression.toString();
|
| return "TypeTest: ${temporaryId(node.expression)} is $type";
|
| }
|
| }
|
|
|