| Index: runtime/vm/flow_graph_compiler_ia32.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_compiler_ia32.cc (revision 15176)
|
| +++ runtime/vm/flow_graph_compiler_ia32.cc (working copy)
|
| @@ -158,7 +158,7 @@
|
| __ cmpl(kClassIdReg, Immediate(type_class.id()));
|
| __ j(EQUAL, is_instance_lbl);
|
| }
|
| - if (type_class.raw() == Isolate::Current()->object_store()->list_class()) {
|
| + if (type_class.IsListClass()) {
|
| GenerateListTypeCheck(kClassIdReg, is_instance_lbl);
|
| }
|
| return GenerateSubtype1TestCacheLookup(
|
|
|