| Index: sdk/lib/_internal/compiler/implementation/ssa/optimize.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/ssa/optimize.dart b/sdk/lib/_internal/compiler/implementation/ssa/optimize.dart
|
| index a257b337eb4d205926602f7a3978f391b68bb962..2937791dc16636b811fdcc4e625bf6f9c5080460 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/ssa/optimize.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/ssa/optimize.dart
|
| @@ -982,7 +982,6 @@ class SsaCheckInserter extends HBaseVisitor implements OptimizationPhase {
|
| }
|
|
|
| void visitIndexAssign(HIndexAssign node) {
|
| - if (!node.receiver.isMutableArray()) return;
|
| if (boundsChecked.contains(node)) return;
|
| HInstruction index = node.index;
|
| if (!node.index.isInteger()) {
|
|
|