| Index: runtime/vm/flow_graph_compiler.h
|
| diff --git a/runtime/vm/flow_graph_compiler.h b/runtime/vm/flow_graph_compiler.h
|
| index 0cb7843ab8550c9d1ad288cfaad1f205a306f5e5..dcd09834783a347f6e9c4ad0d3049ef07a4e8737 100644
|
| --- a/runtime/vm/flow_graph_compiler.h
|
| +++ b/runtime/vm/flow_graph_compiler.h
|
| @@ -333,6 +333,7 @@ class FlowGraphCompiler : public ValueObject {
|
| Label* is_instance_lbl);
|
|
|
| void EmitComment(Instruction* instr);
|
| + void EmitInstruction(Instruction* instr);
|
|
|
| void EmitOptimizedInstanceCall(ExternalLabel* target_label,
|
| const ICData& ic_data,
|
|
|