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