| Index: runtime/vm/flow_graph_compiler_ia32.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_compiler_ia32.cc (revision 39456)
|
| +++ runtime/vm/flow_graph_compiler_ia32.cc (working copy)
|
| @@ -1476,7 +1476,7 @@
|
| intptr_t token_index,
|
| LocationSummary* locs) {
|
| ASSERT(is_optimizing());
|
| - ASSERT(!ic_data.IsNull() && (ic_data.NumberOfChecks() > 0));
|
| + ASSERT(!ic_data.IsNull() && (ic_data.NumberOfUsedChecks() > 0));
|
| Label match_found;
|
| const intptr_t len = ic_data.NumberOfChecks();
|
| GrowableArray<CidTarget> sorted(len);
|
|
|