| Index: sdk/lib/_internal/compiler/implementation/ssa/codegen.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart b/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart
|
| index 6beaa0c8e48e35fe0c6007fd0f61d5a8d44aa79b..53d9951a130e2b932295c09e379c7dfb30dc8642 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart
|
| @@ -2347,9 +2347,6 @@ abstract class SsaCodeGenerator implements HVisitor, HBlockInformationVisitor {
|
| if (identical(element.kind, ElementKind.TYPE_VARIABLE)) {
|
| compiler.unimplemented("visitIs for type variables",
|
| instruction: node.expression);
|
| - } else if (identical(element.kind, ElementKind.TYPEDEF)) {
|
| - compiler.unimplemented("visitIs for typedefs",
|
| - instruction: node.expression);
|
| }
|
| LibraryElement coreLibrary = compiler.coreLibrary;
|
| ClassElement objectClass = compiler.objectClass;
|
|
|