| Index: runtime/vm/flow_graph_optimizer.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_optimizer.h (revision 17219)
|
| +++ runtime/vm/flow_graph_optimizer.h (working copy)
|
| @@ -72,8 +72,8 @@
|
| bool TryInlineInstanceMethod(InstanceCallInstr* call);
|
| void ReplaceWithInstanceOf(InstanceCallInstr* instr);
|
|
|
| - StringCharCodeAtInstr* BuildStringCharCodeAt(InstanceCallInstr* call,
|
| - intptr_t cid);
|
| + LoadIndexedInstr* BuildStringCharCodeAt(InstanceCallInstr* call,
|
| + intptr_t cid);
|
|
|
| void AddCheckClass(InstanceCallInstr* call, Value* value);
|
|
|
|
|