| 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 c44519037c47708653950c76fde064e797742839..328111124ba61ac1f42381ac54b32f8837297f2c 100644
|
| --- a/pkg/compiler/lib/src/ssa/interceptor_simplifier.dart
|
| +++ b/pkg/compiler/lib/src/ssa/interceptor_simplifier.dart
|
| @@ -324,7 +324,7 @@ class SsaSimplifyInterceptors extends HBaseVisitor
|
| }
|
|
|
| // Try creating a one-shot interceptor or optimized is-check
|
| - if (compiler.hasIncrementalSupport) return false;
|
| + if (compiler.options.hasIncrementalSupport) return false;
|
| if (node.usedBy.length != 1) return false;
|
| HInstruction user = node.usedBy.single;
|
|
|
|
|