Chromium Code Reviews| Index: runtime/vm/flow_graph_compiler_ia32.h |
| =================================================================== |
| --- runtime/vm/flow_graph_compiler_ia32.h (revision 8552) |
| +++ runtime/vm/flow_graph_compiler_ia32.h (working copy) |
| @@ -137,6 +137,8 @@ |
| const Array& arguments_descriptor, |
| intptr_t argument_count); |
| + void EmitLoadIndexedGeneric(LoadIndexedComp* comp); |
| + |
| void EmitComment(Instruction* instr); |
| void EmitClassChecksNoSmi(const ZoneGrowableArray<intptr_t>& class_ids, |