| Index: runtime/vm/jit_optimizer.cc
|
| diff --git a/runtime/vm/jit_optimizer.cc b/runtime/vm/jit_optimizer.cc
|
| index 97b6b1edcc458d3b8fe4996f02fb1d94fbf07fe4..8bfff0112487511a3085a8e35d019fd9bdac6758 100644
|
| --- a/runtime/vm/jit_optimizer.cc
|
| +++ b/runtime/vm/jit_optimizer.cc
|
| @@ -2775,7 +2775,6 @@ void JitOptimizer::VisitStaticCall(StaticCallInstr* call) {
|
| void JitOptimizer::VisitStoreInstanceField(
|
| StoreInstanceFieldInstr* instr) {
|
| if (instr->IsUnboxedStore()) {
|
| - ASSERT(instr->is_initialization());
|
| // Determine if this field should be unboxed based on the usage of getter
|
| // and setter functions: The heuristic requires that the setter has a
|
| // usage count of at least 1/kGetterSetterRatio of the getter usage count.
|
|
|