| Index: runtime/vm/flow_graph_compiler_arm.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_compiler_arm.cc (revision 24921)
|
| +++ runtime/vm/flow_graph_compiler_arm.cc (working copy)
|
| @@ -248,7 +248,7 @@
|
| __ CompareImmediate(kClassIdReg, type_class.id());
|
| __ b(is_instance_lbl, EQ);
|
| // List is a very common case.
|
| - if (type_class.IsListClass()) {
|
| + if (IsListClass(type_class)) {
|
| GenerateListTypeCheck(kClassIdReg, is_instance_lbl);
|
| }
|
| return GenerateSubtype1TestCacheLookup(
|
|
|