| Index: runtime/vm/flow_graph_compiler_mips.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_compiler_mips.cc (revision 24887)
|
| +++ runtime/vm/flow_graph_compiler_mips.cc (working copy)
|
| @@ -246,7 +246,7 @@
|
| __ LoadClassId(kClassIdReg, kInstanceReg);
|
| __ BranchEqual(kClassIdReg, type_class.id(), is_instance_lbl);
|
| // List is a very common case.
|
| - if (type_class.IsListClass()) {
|
| + if (IsListClass(type_class)) {
|
| GenerateListTypeCheck(kClassIdReg, is_instance_lbl);
|
| }
|
| return GenerateSubtype1TestCacheLookup(
|
|
|