| 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 741dd3265d57ae93d0976e56ae40f10a654bf8a5..7dc9baf0d12b1c88d7cb8de0aaa0af86fc298dfc 100644
|
| --- a/pkg/compiler/lib/src/ssa/optimize.dart
|
| +++ b/pkg/compiler/lib/src/ssa/optimize.dart
|
| @@ -905,7 +905,7 @@ class SsaInstructionSimplifier extends HBaseVisitor
|
|
|
| HInstruction visitInvokeStatic(HInvokeStatic node) {
|
| propagateConstantValueToUses(node);
|
| - if (node.element == backend.getCheckConcurrentModificationError()) {
|
| + if (node.element == backend.helpers.checkConcurrentModificationError) {
|
| if (node.inputs.length == 2) {
|
| HInstruction firstArgument = node.inputs[0];
|
| if (firstArgument is HConstant) {
|
|
|