| Index: pkg/compiler/lib/src/ssa/builder.dart
|
| diff --git a/pkg/compiler/lib/src/ssa/builder.dart b/pkg/compiler/lib/src/ssa/builder.dart
|
| index 2dec2eea53a8afd213efbd081024c1e94aea7938..35cf64c929b681008251d77a87edd86be31f7a14 100644
|
| --- a/pkg/compiler/lib/src/ssa/builder.dart
|
| +++ b/pkg/compiler/lib/src/ssa/builder.dart
|
| @@ -2590,7 +2590,7 @@ class SsaBuilder extends ast.Visitor
|
| assert(type != null);
|
| type = localsHandler.substInContext(type);
|
| HInstruction other = buildTypeConversion(original, type, kind);
|
| - registry?.registerIsCheck(type);
|
| + registry?.registerTypeUse(new TypeUse.isCheck(type));
|
| return other;
|
| }
|
|
|
|
|