Index: dart/pkg/compiler/lib/src/ssa/interceptor_simplifier.dart |
diff --git a/dart/pkg/compiler/lib/src/ssa/interceptor_simplifier.dart b/dart/pkg/compiler/lib/src/ssa/interceptor_simplifier.dart |
index 3f177585739f3ec76c88b6ccd710f2b72619b2a9..79a527cf92b5680af27fcdbb3175887c7be97769 100644 |
--- a/dart/pkg/compiler/lib/src/ssa/interceptor_simplifier.dart |
+++ b/dart/pkg/compiler/lib/src/ssa/interceptor_simplifier.dart |
@@ -255,6 +255,7 @@ class SsaSimplifyInterceptors extends HBaseVisitor |
node.interceptedClasses = interceptedClasses; |
// Try creating a one-shot interceptor. |
+ if (compiler.hasIncrementalSupport) return false; |
if (node.usedBy.length != 1) return false; |
if (node.usedBy[0] is !HInvokeDynamic) return false; |