| Index: runtime/vm/flow_graph_builder.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_builder.cc (revision 33621)
|
| +++ runtime/vm/flow_graph_builder.cc (working copy)
|
| @@ -3017,7 +3017,8 @@
|
| load->set_recognized_kind(kind);
|
| return ReturnDefinition(load);
|
| }
|
| - case MethodRecognizer::kObjectCid: {
|
| + case MethodRecognizer::kObjectCid:
|
| + case MethodRecognizer::kTypedListBaseCid: {
|
| Value* receiver = Bind(BuildLoadThisVar(node->scope()));
|
| LoadClassIdInstr* load = new LoadClassIdInstr(receiver);
|
| return ReturnDefinition(load);
|
|
|