| Index: sdk/lib/_internal/compiler/implementation/ssa/nodes.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/ssa/nodes.dart b/sdk/lib/_internal/compiler/implementation/ssa/nodes.dart
|
| index 38e9e4fd72e9471b5649985f29076ce6e3c9da8d..a580f24baa05d64aaa8ce5ff10e615e248eb644a 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/ssa/nodes.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/ssa/nodes.dart
|
| @@ -1117,9 +1117,6 @@ abstract class HInstruction implements Spannable {
|
| // available.
|
| assert(type.kind != TypeKind.TYPE_VARIABLE);
|
| assert(type.isRaw || type.kind == TypeKind.FUNCTION);
|
| - if (type.containsAmbiguousTypes) {
|
| - return new HTypeConversion(type, kind, HType.UNKNOWN, this);
|
| - }
|
| if (type.treatAsDynamic) return this;
|
| if (identical(type.element, compiler.objectClass)) return this;
|
| if (type.kind != TypeKind.INTERFACE) {
|
|
|