Chromium Code Reviews| Index: runtime/vm/flow_graph_compiler_x64.cc |
| =================================================================== |
| --- runtime/vm/flow_graph_compiler_x64.cc (revision 36643) |
| +++ runtime/vm/flow_graph_compiler_x64.cc (working copy) |
| @@ -1248,7 +1248,7 @@ |
| } else { |
| UNIMPLEMENTED(); |
| } |
| - ExternalLabel target_label("StaticCallICStub", label_address); |
| + ExternalLabel target_label(label_address); |
| __ LoadObject(RBX, ic_data, PP); |
| GenerateDartCall(deopt_id, |
| token_pos, |