| Index: pkg/compiler/lib/src/ssa/interceptor_simplifier.dart
|
| diff --git a/pkg/compiler/lib/src/ssa/interceptor_simplifier.dart b/pkg/compiler/lib/src/ssa/interceptor_simplifier.dart
|
| index a3165ef07a7c8c7e57cbd2ea827843eb3dc373c9..120c3138f1753b352d8c9034723ff649543e6378 100644
|
| --- a/pkg/compiler/lib/src/ssa/interceptor_simplifier.dart
|
| +++ b/pkg/compiler/lib/src/ssa/interceptor_simplifier.dart
|
| @@ -334,7 +334,6 @@ class SsaSimplifyInterceptors extends HBaseVisitor
|
| }
|
|
|
| // Try creating a one-shot interceptor or optimized is-check
|
| - if (compiler.options.hasIncrementalSupport) return false;
|
| if (node.usedBy.length != 1) return false;
|
| HInstruction user = node.usedBy.single;
|
|
|
|
|