| Index: runtime/vm/flow_graph_compiler_arm.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_compiler_arm.cc (revision 43352)
|
| +++ runtime/vm/flow_graph_compiler_arm.cc (working copy)
|
| @@ -1555,7 +1555,7 @@
|
| Label match_found;
|
| const intptr_t len = ic_data.NumberOfChecks();
|
| GrowableArray<CidTarget> sorted(len);
|
| - SortICDataByCount(ic_data, &sorted);
|
| + SortICDataByCount(ic_data, &sorted, /* drop_smi = */ false);
|
| ASSERT(class_id_reg != R4);
|
| ASSERT(len > 0); // Why bother otherwise.
|
| const Array& arguments_descriptor =
|
|
|