Chromium Code Reviews| Index: runtime/vm/flow_graph.h |
| =================================================================== |
| --- runtime/vm/flow_graph.h (revision 27433) |
| +++ runtime/vm/flow_graph.h (working copy) |
| @@ -124,6 +124,10 @@ |
| Instruction* instr, |
| Environment* env, |
| Definition::UseKind use_kind); |
| + Instruction* AppendTo(Instruction* prev, |
| + Instruction* instr, |
| + Environment* env, |
| + Definition::UseKind use_kind); |
| // Operations on the flow graph. |
| void ComputeSSA(intptr_t next_virtual_register_number, |