| Index: lib/compiler/implementation/ssa/tracer.dart
|
| diff --git a/lib/compiler/implementation/ssa/tracer.dart b/lib/compiler/implementation/ssa/tracer.dart
|
| index b87418192c34e0f88b043c18457534c25250f2b3..c77ce262ec521a0871018a787405b466bc96dc52 100644
|
| --- a/lib/compiler/implementation/ssa/tracer.dart
|
| +++ b/lib/compiler/implementation/ssa/tracer.dart
|
| @@ -433,7 +433,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";
|
| }
|
| }
|
|
|