| Index: runtime/vm/flow_graph_compiler_x64.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_compiler_x64.cc (revision 24887)
|
| +++ runtime/vm/flow_graph_compiler_x64.cc (working copy)
|
| @@ -251,7 +251,7 @@
|
| __ cmpl(kClassIdReg, Immediate(type_class.id()));
|
| __ j(EQUAL, is_instance_lbl);
|
| // List is a very common case.
|
| - if (type_class.IsListClass()) {
|
| + if (IsListClass(type_class)) {
|
| GenerateListTypeCheck(kClassIdReg, is_instance_lbl);
|
| }
|
| return GenerateSubtype1TestCacheLookup(
|
|
|