Index: pkg/compiler/lib/src/ssa/optimize.dart |
diff --git a/pkg/compiler/lib/src/ssa/optimize.dart b/pkg/compiler/lib/src/ssa/optimize.dart |
index 6fbfdd8d858a76f6ff31e2c1034e1fe8cb4b51cd..d4e0766dea5bde70217524d6ab62c5ee0da14c7e 100644 |
--- a/pkg/compiler/lib/src/ssa/optimize.dart |
+++ b/pkg/compiler/lib/src/ssa/optimize.dart |
@@ -850,7 +850,7 @@ class SsaInstructionSimplifier extends HBaseVisitor |
} |
HInstruction visitTypeConversion(HTypeConversion node) { |
- ResolutionDartType type = node.typeExpression; |
+ DartType type = node.typeExpression; |
if (type != null) { |
if (type.isMalformed) { |
// Malformed types are treated as dynamic statically, but should |