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 5f11f1d342f6996d19969776821e52e2b872475d..de90a81bf44e93fbc6fd1b8f17e836917f7cf84f 100644 |
--- a/pkg/compiler/lib/src/ssa/optimize.dart |
+++ b/pkg/compiler/lib/src/ssa/optimize.dart |
@@ -814,7 +814,7 @@ class SsaInstructionSimplifier extends HBaseVisitor |
return node; |
} |
if (type.isFunctionType) { |
- HInstruction input = node.checkedInput; |
+ HInstruction input = node.checkedInput; |
// `null` always passes type conversion. |
if (input.isNull()) return input; |
// TODO(johnniwinther): Optimize function type conversions. |