| Index: pkg/compiler/lib/src/ssa/nodes.dart
|
| diff --git a/pkg/compiler/lib/src/ssa/nodes.dart b/pkg/compiler/lib/src/ssa/nodes.dart
|
| index ed3f955029af06ed4b231aff33c6ccc041416309..08f69873a35bfdb63e4ab22639011347ea512d95 100644
|
| --- a/pkg/compiler/lib/src/ssa/nodes.dart
|
| +++ b/pkg/compiler/lib/src/ssa/nodes.dart
|
| @@ -1312,7 +1312,7 @@ abstract class HInstruction implements Spannable {
|
|
|
| HInstruction convertType(Compiler compiler, DartType type, int kind) {
|
| if (type == null) return this;
|
| - type = type.unalias(compiler.resolution);
|
| + type = type.unaliased;
|
| // Only the builder knows how to create [HTypeConversion]
|
| // instructions with generics. It has the generic type context
|
| // available.
|
|
|