| Index: runtime/vm/flow_graph_compiler_ia32.h
|
| diff --git a/runtime/vm/flow_graph_compiler_ia32.h b/runtime/vm/flow_graph_compiler_ia32.h
|
| index d501cef2fb10903d39b555a1a92b2c873150798f..e6626dc3387da50ae35056834b4dc5d8fb9de6c7 100644
|
| --- a/runtime/vm/flow_graph_compiler_ia32.h
|
| +++ b/runtime/vm/flow_graph_compiler_ia32.h
|
| @@ -138,6 +138,7 @@ class FlowGraphCompiler : public ValueObject {
|
| intptr_t token_pos,
|
| LocationSummary* locs);
|
|
|
| + void EmitLoadIndexedGeneric(LoadIndexedComp* comp);
|
| void EmitTestAndCall(const ICData& ic_data,
|
| Register class_id_reg,
|
| intptr_t arg_count,
|
| @@ -212,7 +213,6 @@ class FlowGraphCompiler : public ValueObject {
|
| void GenerateDeferredCode();
|
|
|
| void EmitInstructionPrologue(Instruction* instr);
|
| - void EmitInstructionEpilogue(Instruction* instr);
|
|
|
| // Emit code to load a Value into register 'dst'.
|
| void LoadValue(Register dst, Value* value);
|
|
|